We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57287fb + 0205825 commit 2e70ea9Copy full SHA for 2e70ea9
tools/scan-images.sh
@@ -54,6 +54,10 @@ for image in $images; do
54
--severity HIGH,CRITICAL \
55
--output image-scan-output/${filename}.json \
56
--ignore-unfixed \
57
+ --db-repository ghcr.io/aquasecurity/trivy-db:2 \
58
+ --db-repository public.ecr.aws/aquasecurity/trivy-db \
59
+ --java-db-repository ghcr.io/aquasecurity/trivy-java-db:1 \
60
+ --java-db-repository public.ecr.aws/aquasecurity/trivy-java-db \
61
$image); then
62
# Clean up the output file for any images with no vulnerabilities
63
rm -f image-scan-output/${filename}.json
0 commit comments