Skip to content

Commit

Permalink
fixup command
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm authored Jun 20, 2024
1 parent b8788cf commit e0cb67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
out_dir=$(mktemp -d)
docker run \
-v /var/run/docker.sock:/var/run/docker.sock \
-v "${out_dir}":/out
-v "${out_dir}":/out \
docker.io/aquasec/trivy:0.52.2 \
image \
--scaners vuln \
Expand Down

0 comments on commit e0cb67b

Please sign in to comment.