Skip to content

Commit

Permalink
fix(trivy): prevent rate-limit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tmberthold authored Oct 9, 2024
1 parent 58f44ca commit 33d5b9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/security_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: aquasecurity/[email protected]
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db #mirror because of https://github.com/aquasecurity/trivy-action/issues/389
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db #mirror because of https://github.com/aquasecurity/trivy-action/issues/389
with:
scan-type: "rootfs"
scanners: "vuln,misconfig"
Expand All @@ -33,6 +34,7 @@ jobs:
uses: aquasecurity/[email protected]
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db #mirror because of https://github.com/aquasecurity/trivy-action/issues/389
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db #mirror because of https://github.com/aquasecurity/trivy-action/issues/389
with:
scan-type: "repo"
scanners: "vuln,misconfig"
Expand Down

0 comments on commit 33d5b9c

Please sign in to comment.