1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-19 21:28:07 +00:00
kube-bench/cfg
Sathi Dyapa 3488c8343d
Updating section id 4.6 (#689)
- id: 4.6
        text: "Verify the scheduler pod specification file ownership set by OpenShift"
        audit: "stat -c %u:%g /etc/origin/node/pods/controller.yaml" -- (lower case u and g ) it returns the uID and gID in numeric i.e 0:0 not root:root.
it supposed to be Uppercase: audit: "stat -c %U:%G /etc/origin/node/pods/controller.yaml"
2020-09-02 15:29:57 +01:00
..
cis-1.3 make the kubelet cafile test posix compliant (#643) 2020-07-21 17:43:39 +03:00
cis-1.4 make the kubelet cafile test posix compliant (#643) 2020-07-21 17:43:39 +03:00
cis-1.5 Support CIS v1.5.1 (#673) 2020-08-12 21:57:51 +03:00
eks-1.0 added eks-1.0 cfg and modified job-eks.yaml for node checks (#639) 2020-07-10 16:14:41 +01:00
gke-1.0 Fix misspelling - identied / identified (#626) 2020-06-17 15:08:20 +01:00
rh-0.7 Updating section id 4.6 (#689) 2020-09-02 15:29:57 +01:00
config.yaml move target mapping to config.yaml - updated version (#682) 2020-08-30 10:16:21 +03:00