mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-22 08:08:07 +00:00
And now correct the flag and put it in the right place
This commit is contained in:
parent
0c30f24b59
commit
3b93167c07
@ -63,8 +63,8 @@ groups:
|
|||||||
text: "Ensure that the --kubelet-https argument is set to true (Scored)"
|
text: "Ensure that the --kubelet-https argument is set to true (Scored)"
|
||||||
audit: "ps -ef | grep kube-apiserver | grep -v grep"
|
audit: "ps -ef | grep kube-apiserver | grep -v grep"
|
||||||
tests:
|
tests:
|
||||||
|
bin_op: or
|
||||||
test_items:
|
test_items:
|
||||||
- bin_flag: or
|
|
||||||
- flag: "--kubelet-https"
|
- flag: "--kubelet-https"
|
||||||
compare:
|
compare:
|
||||||
op: eq
|
op: eq
|
||||||
|
Loading…
Reference in New Issue
Block a user