Skip to content

Commit

Permalink
fix trivy ratelimit errors in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vroldanbet committed Nov 6, 2024
1 parent b787b02 commit fa3c813
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
format: "table"
exit-code: "1"
severity: "CRITICAL,HIGH,MEDIUM"
env:
TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db"
TRIVY_JAVA_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-java-db"
- uses: "goreleaser/goreleaser-action@v6"
id: "goreleaser"
with:
Expand Down

0 comments on commit fa3c813

Please sign in to comment.