Skip to content

Commit

Permalink
try to use a different TRIVY_DB_REPOSITORY to work around the TOOMANY…
Browse files Browse the repository at this point in the history
…REQUESTS issue
  • Loading branch information
maaikelimper committed Nov 4, 2024
1 parent ef450f4 commit 2a92975
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- name: Run Trivy vulnerability scanner on ${{ matrix.image }}
if: always()
uses: aquasecurity/[email protected]
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
with:
image-ref: ${{ matrix.image }}:test
format: 'table'
Expand Down

0 comments on commit 2a92975

Please sign in to comment.