File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,10 @@ jobs:
268268 export ALIBI_DETECT_IMAGE_TAG="sec-tests/alibi-detect-$(date +%s)-$(openssl rand -hex 4)"
269269 echo "ALIBI_DETECT_IMAGE_TAG=$ALIBI_DETECT_IMAGE_TAG" >> $GITHUB_ENV
270270 make IMAGE=$ALIBI_DETECT_IMAGE_TAG VERSION=test BASE_IMAGE=${{ needs.build-upload-scan-base-images.outputs.python_base_image_tag }} docker-build
271+
272+ - name : Docker images
273+ run : |
274+ docker image list
271275
272276 - name : Free Docker space before Snyk Scan
273277 run : |
@@ -276,6 +280,10 @@ jobs:
276280 docker rmi ${{ needs.build-upload-scan-base-images.outputs.python_base_image_tag }}:test
277281 df -h
278282
283+ - name : Docker images
284+ run : |
285+ docker image list
286+
279287 - uses : snyk/actions/setup@master
280288 # Run Snyk container scan with the same flags you use today
281289 - name : Scan alibi detect (CLI mode)
@@ -284,9 +292,7 @@ jobs:
284292 continue-on-error : true
285293 env :
286294 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
287- TMPDIR : /mnt/snyk-tmp
288295 run : |
289- sudo mkdir -p /mnt/snyk-tmp
290296 snyk container test ${{ env.ALIBI_DETECT_IMAGE_TAG }}:test \
291297 --severity-threshold=high \
292298 --app-vulns \
You can’t perform that action at this time.
0 commit comments