Skip to content

Commit

Permalink
ci: use aws mirror for trivy-db
Browse files Browse the repository at this point in the history
  • Loading branch information
stigok committed Nov 25, 2024
1 parent 4b5fd4d commit f9d8c95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ jobs:
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db

0 comments on commit f9d8c95

Please sign in to comment.