Skip to content

Commit

Permalink
chore: fix trivy random failures
Browse files Browse the repository at this point in the history
  • Loading branch information
tataranovich authored and astsiapanay committed Nov 14, 2024
1 parent 9fc511a commit 74f7cad
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions trivy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Trivy configuration file
# https://aquasecurity.github.io/trivy/latest/docs/references/configuration/config-file/
# Can be deleted after public ecr mirror will be added by default
db:
no-progress: true
repository:
- ghcr.io/aquasecurity/trivy-db:2
- public.ecr.aws/aquasecurity/trivy-db:2
java-repository:
- ghcr.io/aquasecurity/trivy-java-db:1
- public.ecr.aws/aquasecurity/trivy-java-db:1
misconfiguration:
checks-bundle-repository: public.ecr.aws/aquasecurity/trivy-checks

0 comments on commit 74f7cad

Please sign in to comment.