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 committed Nov 13, 2024
1 parent f18badb commit 7e28db0
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 7e28db0

Please sign in to comment.