Skip to content

Commit 19389fc

Browse files
authored
Changed trivy repo download urls to address rate limit issue (#517)
Signed-off-by: Jitendra Patil <jitendra.patil@intel.com>
1 parent 4574cf9 commit 19389fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/container-ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ jobs:
164164
key: ${{ github.head_ref || github.ref_name }}-trivy
165165
- name: Scan Container
166166
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
167+
env:
168+
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
169+
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db
167170
with:
168171
cache: true
169172
format: sarif

0 commit comments

Comments
 (0)