mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-22 23:26:39 -08:00
feat: prepare for config scanning (#1005)
* temp: disable config scanning
This commit is contained in:
@@ -28,7 +28,7 @@ func CacheDir() string {
|
||||
return cacheDir
|
||||
}
|
||||
|
||||
// SetCacheDir sets the tricy cacheDir
|
||||
// SetCacheDir sets the trivy cacheDir
|
||||
func SetCacheDir(dir string) {
|
||||
cacheDir = dir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user