From 88144c3a250415db0a1b62b46f19a3372c57d9ed Mon Sep 17 00:00:00 2001 From: rajith Date: Tue, 1 Oct 2024 12:36:54 +0530 Subject: [PATCH] remove pulling image --- .github/workflows/docker-bench-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-bench-security.yml b/.github/workflows/docker-bench-security.yml index d480a66a255..3b5211f6685 100644 --- a/.github/workflows/docker-bench-security.yml +++ b/.github/workflows/docker-bench-security.yml @@ -47,7 +47,7 @@ jobs: -v /var/run/docker.sock:/var/run/docker.sock:ro \ -v "$(pwd)/results:/results" \ --label docker_bench_security \ - docker/docker-bench-security | tee results/docker_bench_security_report.txt + docker-bench-security | tee results/docker_bench_security_report.txt - name: Upload Security Bench Report uses: actions/upload-artifact@v3