Skip to content

Commit

Permalink
trivy rate limit workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek authored Oct 7, 2024
1 parent b05ae8b commit 9548950
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:

- name: Run static analysis
uses: aquasecurity/trivy-action@master
env:
# temporary workaround for rate limiting on github
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db
with:
scan-type: 'fs'
vuln-type: 'library'
Expand Down

0 comments on commit 9548950

Please sign in to comment.