Skip to content

Commit

Permalink
fix(make): trivy scan parameter and img version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Terrizzi authored and prometherion committed Oct 17, 2023
1 parent bd0fdd2 commit 7fdb36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ docker-check-manifest:
docker-trivy-scan:
docker run --rm -v trivy-cache:/root/.cache/ \
-v /var/run/docker.sock:/var/run/docker.sock \
aquasec/trivy:latest \
${IMG}
aquasec/trivy:0.34.0 \
image ${IMG}

0 comments on commit 7fdb36d

Please sign in to comment.