fix(ci): do not use "ghcr.io/aquasecurity/trivy-db" for ci (#1107)

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
Andrei Aaron
2023-01-19 00:18:03 +02:00
committed by GitHub
parent fac1d1d05d
commit d960c2e23f
9 changed files with 113 additions and 31 deletions
+5
View File
@@ -32,6 +32,11 @@ type SearchConfig struct {
type CVEConfig struct {
UpdateInterval time.Duration // should be 2 hours or more, if not specified default be kept as 24 hours
Trivy *TrivyConfig
}
type TrivyConfig struct {
DBRepository string // default is "ghcr.io/aquasecurity/trivy-db"
}
type MetricsConfig struct {