mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-02-17 01:52:07 +00:00
Change binary op from and to or.
This commit is contained in:
parent
c0f56e966a
commit
4f40a11e84
@ -607,7 +607,7 @@ groups:
|
|||||||
text: "Ensure that the AdvancedAuditing argument is not set to false (Scored)"
|
text: "Ensure that the AdvancedAuditing argument is not set to false (Scored)"
|
||||||
audit: "ps -ef | grep $apiserverbin | grep -v grep"
|
audit: "ps -ef | grep $apiserverbin | grep -v grep"
|
||||||
tests:
|
tests:
|
||||||
bin_op: and
|
bin_op: or
|
||||||
test_items:
|
test_items:
|
||||||
- flag: "--feature-gates"
|
- flag: "--feature-gates"
|
||||||
compare:
|
compare:
|
||||||
|
Loading…
Reference in New Issue
Block a user