From 765e10c71483e1ca3e6706150e311ddc027108de 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 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'