diff --git a/.github/actions/smoke-test/build.sh b/.github/actions/smoke-test/build.sh index 451b961bfb..e087fef822 100755 --- a/.github/actions/smoke-test/build.sh +++ b/.github/actions/smoke-test/build.sh @@ -9,6 +9,7 @@ npm install -g @devcontainers/cli id_label="test-container=${IMAGE}" id_image="${IMAGE}-test-image" +echo "test it!" echo "(*) Building image - ${IMAGE}" devcontainer build --image-name ${id_image} --workspace-folder "src/${IMAGE}/" echo "(*) Starting container - ${IMAGE}" diff --git a/build/src/utils/image-content-extractor.js b/build/src/utils/image-content-extractor.js index c22f3536a9..237d871e12 100644 --- a/build/src/utils/image-content-extractor.js +++ b/build/src/utils/image-content-extractor.js @@ -284,7 +284,7 @@ function getUserName(imageId) { } async function getPipVersionLookup(imageTagOrContainerName, imageId) { - const packageVersionListOutput = await getCommandOutputFromContainer(imageTagOrContainerName, 'pip list --disable-pip-version-check --no-python-version-warning --format json', false, getUserName(imageId)); + const packageVersionListOutput = await getCommandOutputFromContainer(imageTagOrContainerName, 'pip list --disable-pip-version-check --format json', false, getUserName(imageId)); const packageVersionList = JSON.parse(packageVersionListOutput); diff --git a/src/anaconda/.devcontainer/apply_security_patches.sh b/src/anaconda/.devcontainer/apply_security_patches.sh index 74dea8ce93..d550f5f224 100644 --- a/src/anaconda/.devcontainer/apply_security_patches.sh +++ b/src/anaconda/.devcontainer/apply_security_patches.sh @@ -3,7 +3,7 @@ # vulnerabilities: # werkzeug - [GHSA-f9vj-2wh5-fj8j] -vulnerable_packages=( "mistune=3.0.1" "transformers=4.36.0" "cryptography=43.0.1" "jupyter-lsp=2.2.2" "scrapy=2.11.2" \ +vulnerable_packages=( "mistune=3.0.1" "transformers=4.36.0" "cryptography=43.0.3" "jupyter-lsp=2.2.2" "scrapy=2.11.2" \ "zipp=3.19.1" "tornado=6.4.2") # Define the number of rows (based on the length of vulnerable_packages) @@ -45,12 +45,12 @@ for ((i=0; i