Skip to content

Commit 5c7efc2

Browse files
committed
use mirror.gcr.io as source for trivy-db
Use mirror.gcr.io as source registry for trivy-db in attempt to avoid `TOOMANYREQUESTS` error when downloading it from default registry (ghcr.io).
1 parent 72ad017 commit 5c7efc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

trivy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
db:
2+
repository:
3+
- mirror.gcr.io/aquasec/trivy-db:2
4+
15
scan:
26
scanners:
37
- vuln

0 commit comments

Comments
 (0)