Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

fix: Configure Trivy to use AWS public registry to avoid rate limits #449

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/component-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
format: 'json'
vuln-type: 'os,library'
output: 'trivy-results.json'
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1

- name: Save vulnerabilities report in tabular format
if: always()
Expand Down