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.
1 parent 05c65d7 commit 37a999fCopy full SHA for 37a999f
.github/workflows/build-image-on-push.yml
@@ -131,6 +131,9 @@ jobs:
131
ignore-unfixed: true
132
vuln-type: 'os,library'
133
severity: 'CRITICAL,HIGH'
134
+ env:
135
+ # Use multiple repositories to limit the likelihood of encountering rate limits
136
+ TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
137
138
- name: Push image
139
id: push_image
0 commit comments