mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
Update datastructuresmethods.go
This commit is contained in:
@@ -127,9 +127,6 @@ func (ruleReport *RuleReport) GetNumberOfFailedResources() int {
|
||||
if !ruleReport.DeleteIfRedundantResponse(&ruleReport.RuleResponses[i], i) {
|
||||
sum++
|
||||
}
|
||||
// else {
|
||||
// i--
|
||||
// }
|
||||
}
|
||||
}
|
||||
return sum
|
||||
|
||||
Reference in New Issue
Block a user