Skip to content

Commit

Permalink
remove pulling image
Browse files Browse the repository at this point in the history
  • Loading branch information
rajithkrishnegowda committed Oct 4, 2024
1 parent 7b7f640 commit 9efbc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-bench-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9efbc4d

Please sign in to comment.