mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-22 08:08:07 +00:00
Sorting out the bad merge
This commit is contained in:
parent
9c07527069
commit
767e8eb835
@ -71,7 +71,7 @@ type Check struct {
|
|||||||
|
|
||||||
// Run executes the audit commands specified in a check and outputs
|
// Run executes the audit commands specified in a check and outputs
|
||||||
// the results.
|
// the results.
|
||||||
func (c *Check) Run(verbose bool) {
|
func (c *Check) Run() {
|
||||||
// If check type is manual, force result to WARN.
|
// If check type is manual, force result to WARN.
|
||||||
if c.Type == "manual" {
|
if c.Type == "manual" {
|
||||||
c.State = WARN
|
c.State = WARN
|
||||||
|
Loading…
Reference in New Issue
Block a user