mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-05 04:56:11 +00:00
Use trivy db mirror from ECR instead of GHCR
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@
|
||||
*.tfstate
|
||||
kubeconfig.yaml
|
||||
.DS_Store
|
||||
site/
|
||||
@@ -31,6 +31,7 @@ run:
|
||||
|
||||
trivy image \
|
||||
--input=image/image.tar \
|
||||
--db-repository public.ecr.aws/aquasecurity/trivy-db \
|
||||
--exit-code=1 \
|
||||
--severity=HIGH,CRITICAL \
|
||||
--ignore-unfixed \
|
||||
|
||||
Reference in New Issue
Block a user