1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-19 05:08:07 +00:00

Addition of missing audit field in 2.2.6 node item

This commit is contained in:
Erwan Miran 2018-06-05 15:27:20 +02:00
parent b502d09f8b
commit 182e9b5e01

View File

@ -411,6 +411,7 @@ groups:
- id: 2.2.6 - id: 2.2.6
text: "Ensure that the proxy kubeconfig file ownership is set to root:root (Scored)" text: "Ensure that the proxy kubeconfig file ownership is set to root:root (Scored)"
audit: "/bin/sh -c 'if test -e $proxyconf; then stat -c %U:%G $proxyconf; fi'"
tests: tests:
test_items: test_items:
- flag: "root:root" - flag: "root:root"