Merge pull request #135 from mirwan/node_2.2.6_audit_field

Addition of missing audit field in 2.2.6 node item
pull/180/head v0.0.17
Liz Rice 6 years ago committed by GitHub
commit 3408e0f865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -411,6 +411,7 @@ groups:
- id: 2.2.6
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:
test_items:
- flag: "root:root"

Loading…
Cancel
Save