Skip to content

Commit 37a999f

Browse files
committed
Try to fix rate limits
1 parent 05c65d7 commit 37a999f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-image-on-push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ jobs:
131131
ignore-unfixed: true
132132
vuln-type: 'os,library'
133133
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
134137

135138
- name: Push image
136139
id: push_image

0 commit comments

Comments
 (0)