Skip to content

Commit

Permalink
changing to valid names
Browse files Browse the repository at this point in the history
  • Loading branch information
rajithkrishnegowda committed Oct 4, 2024
1 parent 4cb50d9 commit b55e6f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-bench-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ 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/security_bench_report.txt
docker/docker-bench-security | tee results/docker_bench_security_report.txt
- name: Upload Security Bench Report
uses: actions/upload-artifact@v3
with:
name: security-bench-report
path: results/security_bench_report.txt
name: docker_bench_security-report
path: results/docker_bench_security.txt

0 comments on commit b55e6f9

Please sign in to comment.