1
0
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:
Liz Rice 2017-08-08 22:22:47 +01:00
parent 9c07527069
commit 767e8eb835

View File

@ -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