Skip to content

Commit

Permalink
Fix Trivy TOOMANYREQUESTS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Nov 5, 2024
1 parent 7c7554d commit 1c7326f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:

- name: Scan final image with Trivy
uses: aquasecurity/trivy-action@master
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db,aquasec/trivy-db,ghcr.io/aquasecurity/trivy-db
with:
image-ref: "${{env.REGISTRY}}/${{github.repository}}:${{matrix.version}}"
format: "table"
Expand Down

0 comments on commit 1c7326f

Please sign in to comment.