1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-07-26 00:18:09 +00:00

Correct bad yaml indentation

This commit is contained in:
Liz Rice 2017-06-22 15:46:47 +01:00
parent 0d6d3a03ef
commit 903f232dc1

View File

@ -59,12 +59,12 @@ groups:
the --insecure-allow-any-token argument from the KUBE_API_ARGS parameter." the --insecure-allow-any-token argument from the KUBE_API_ARGS parameter."
scored: true scored: true
- id: 1.1.5 - id: 1.1.5
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:
test_items: test_items:
bin_flag: or - bin_flag: or
- flag: "--kubelet-https" - flag: "--kubelet-https"
compare: compare:
op: eq op: eq