1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-10-31 20:39:14 +00:00

And now correct the flag and put it in the right place

This commit is contained in:
Liz Rice 2017-06-22 16:02:36 +01:00
parent 0c30f24b59
commit 3b93167c07

View File

@ -63,8 +63,8 @@ groups:
text: "Ensure that the --kubelet-https argument is set to true (Scored)"
audit: "ps -ef | grep kube-apiserver | grep -v grep"
tests:
bin_op: or
test_items:
- bin_flag: or
- flag: "--kubelet-https"
compare:
op: eq