Skip to content

Commit 21b6a07

Browse files
committed
chore: fix trivy random failures
1 parent d96777b commit 21b6a07

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

trivy.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Trivy configuration file
2+
# https://aquasecurity.github.io/trivy/latest/docs/references/configuration/config-file/
3+
# Can be deleted after public ecr mirror will be added by default
4+
db:
5+
no-progress: true
6+
repository:
7+
- ghcr.io/aquasecurity/trivy-db:2
8+
- public.ecr.aws/aquasecurity/trivy-db:2
9+
java-repository:
10+
- ghcr.io/aquasecurity/trivy-java-db:1
11+
- public.ecr.aws/aquasecurity/trivy-java-db:1
12+
misconfiguration:
13+
checks-bundle-repository: public.ecr.aws/aquasecurity/trivy-checks

0 commit comments

Comments
 (0)