diff --git a/Makefile b/Makefile index 4df1169..47cf869 100644 --- a/Makefile +++ b/Makefile @@ -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} \ No newline at end of file + aquasec/trivy:0.34.0 \ + image ${IMG} \ No newline at end of file