diff --git a/.github/workflows/security-test-workflow.yml b/.github/workflows/security-test-workflow.yml index ffd91de13..42517610d 100644 --- a/.github/workflows/security-test-workflow.yml +++ b/.github/workflows/security-test-workflow.yml @@ -67,6 +67,7 @@ jobs: else echo "imagePresent=false" >> $GITHUB_ENV fi + echo $(docker images) - name: Run Docker Image if: env.imagePresent == 'true'