BREAKING: Trivy DB from GHCR (#1539)

This commit is contained in:
Teppei Fukuda
2022-01-06 20:08:40 +02:00
committed by GitHub
parent db35450bbb
commit e65274e0ef
48 changed files with 849 additions and 1795 deletions

View File

@@ -12,8 +12,3 @@ func initializeScanServer(localArtifactCache cache.LocalArtifactCache) *ScanServ
wire.Build(ScanSuperSet)
return &ScanServer{}
}
func initializeDBWorker(cacheDir string, quiet bool) dbWorker {
wire.Build(DBWorkerSuperSet)
return dbWorker{}
}