Commit cc3564d
authored
fix(ci): use ghcr.io for Trivy DB instead of mirror.gcr.io (#509)
mirror.gcr.io returns 404 when downloading the Trivy vulnerability DB,
causing CI scans to fail with:
FATAL: failed to download artifact from mirror.gcr.io/aquasec/trivy-db:2
Set TRIVY_DB_REPOSITORY and TRIVY_JAVA_DB_REPOSITORY env vars to use
the official ghcr.io registry (ghcr.io/aquasecurity/trivy-db:2) in all
workflows: security-scan.yml, release.yml, test.yml.1 parent 92bdf99 commit cc3564d
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
174 | 177 | | |
175 | 178 | | |
176 | 179 | | |
| |||
0 commit comments