feat: add slow mode (#3084)

Co-authored-by: AMF <work@afdesk.com>
This commit is contained in:
Teppei Fukuda
2022-11-14 15:49:02 +02:00
committed by GitHub
parent 01df475852
commit 757178341d
10 changed files with 98 additions and 17 deletions

View File

@@ -519,6 +519,7 @@ func initScannerConfig(opts flag.Options, cacheClient cache.Cache) (ScannerConfi
SBOMSources: opts.SBOMSources,
RekorURL: opts.RekorURL,
Platform: opts.Platform,
Slow: opts.Slow,
// For misconfiguration scanning
MisconfScannerOption: configScannerOptions,