From 24a304b89fe172db71c77671a299ed291e49049d Mon Sep 17 00:00:00 2001 From: Megha Goyal Date: Wed, 17 Jul 2024 12:34:13 -0700 Subject: [PATCH] Testing security tests Signed-off-by: Megha Goyal --- .github/workflows/security-test-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/security-test-workflow.yml b/.github/workflows/security-test-workflow.yml index 8c3a38629..0f4186c46 100644 --- a/.github/workflows/security-test-workflow.yml +++ b/.github/workflows/security-test-workflow.yml @@ -66,6 +66,7 @@ jobs: else echo "imagePresent=false" >> $GITHUB_ENV fi + echo $(docker images) - name: Run Docker Image if: env.imagePresent == 'true'