You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon checking the documentation, this is how describe.one is expected to work in the case that no check meets the criteria to pass the check, however, it creates a lot of clutter for what is essentially only one failure.
cis-dil-benchmark/controls/3_5_firewall_configuration.rb
Lines 52 to 78 in e1dc70a
When this section is run, I am getting hundreds of failures, one for every rule that doesn't match the filter:
This should be checking to see if the rule exists in the list, not checking every rule in the list against the matcher.
The text was updated successfully, but these errors were encountered: