mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-12-22 14:48:07 +00:00
Remove unnecessary warnings about missing config files.
This commit is contained in:
parent
85fb818e41
commit
31b5910a7f
@ -136,7 +136,7 @@ func getConfigFiles(v *viper.Viper, t string) map[string]string {
|
||||
glog.V(2).Info(fmt.Sprintf("Using default config file name '%s' for component %s", conf, component))
|
||||
} else {
|
||||
// Default the config file name that we'll substitute to the name of the component
|
||||
printlnWarn(fmt.Sprintf("Missing config file for %s", component))
|
||||
glog.V(2).Info(fmt.Sprintf("Missing config file for %s", component))
|
||||
conf = component
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user