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

Commit

Permalink
fix: Configure Trivy to use AWS public registry to avoid rate limits (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupeekshan authored Oct 29, 2024
1 parent 95be0df commit b7614bb
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit b7614bb

Please sign in to comment.