Skip to content

Commit

Permalink
fix: trivy security db timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
carlrobertoh committed Nov 14, 2024
1 parent 054e544 commit b3bef63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
severity: 'MEDIUM,HIGH,CRITICAL'
env:
TRIVY_FILE_PATTERNS: "pom:pom.*.xml"
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db,aquasec/trivy-db,ghcr.io/aquasecurity/trivy-db
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db,aquasec/trivy-java-db,ghcr.io/aquasecurity/trivy-java-db

publish:
name: Publish Artifacts
Expand Down

0 comments on commit b3bef63

Please sign in to comment.