mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-12-18 12:48:08 +00:00
File substitutions should be a detailed log
This commit is contained in:
parent
223ac14642
commit
ecd14ed682
@ -275,7 +275,7 @@ func makeSubstitutions(s string, ext string, m map[string]string) string {
|
|||||||
glog.V(2).Info(fmt.Sprintf("No subsitution for '%s'\n", subst))
|
glog.V(2).Info(fmt.Sprintf("No subsitution for '%s'\n", subst))
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
glog.V(1).Info(fmt.Sprintf("Substituting %s with '%s'\n", subst, v))
|
glog.V(2).Info(fmt.Sprintf("Substituting %s with '%s'\n", subst, v))
|
||||||
s = multiWordReplace(s, subst, v)
|
s = multiWordReplace(s, subst, v)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user