Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rajithkrishnegowda committed Sep 26, 2024
1 parent 495b19f commit 7e5766e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-bench-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ jobs:
-v /var/lib:/var/lib:ro \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
--label docker_bench_security \
docker/docker-bench-security -l results/docker-bench-security.log -o json
docker/docker-bench-security -l results/docker-bench-security.log
- name: Upload Results
uses: actions/upload-artifact@v3
with:
name: docker-bench-results
path: |
results/docker-bench-security.log
results/docker-bench-security.log.json
results/docker-bench-security.log

0 comments on commit 7e5766e

Please sign in to comment.