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

Correct a block-copy mistake in one of the test configs

This commit is contained in:
Liz Rice 2017-06-20 11:12:36 +01:00
parent c3d67e0fee
commit 1ad63cb4e6

View File

@ -608,7 +608,7 @@ groups:
- id: 1.4.8
text: "Ensure that the etcd.conf file ownership is set to root:root (Scored)"
audit: "if test -e $etcdConfDir/kubelet; then stat -c %U:%G $etcdConfDir/etcd.conf; fi"
audit: "if test -e $etcdConfDir/etcd.conf; then stat -c %U:%G $etcdConfDir/etcd.conf; fi"
tests:
test_items:
- flag: "root:root"