mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-12-18 20:58:10 +00:00
Correct 1.4.21 text (#356)
1.4.21 is about the PKI key file not the certificate
This commit is contained in:
parent
136e9cd731
commit
f8b2f6c841
@ -1223,7 +1223,7 @@ groups:
|
|||||||
scored: true
|
scored: true
|
||||||
|
|
||||||
- id: 1.4.21
|
- id: 1.4.21
|
||||||
text: "Ensure that the Kubernetes PKI certificate file permissions are set to 600 or more restrictive (Scored)"
|
text: "Ensure that the Kubernetes PKI key file permissions are set to 600 or more restrictive (Scored)"
|
||||||
audit: "stat -c %n\ %a /etc/kubernetes/pki/*.key"
|
audit: "stat -c %n\ %a /etc/kubernetes/pki/*.key"
|
||||||
type: "manual"
|
type: "manual"
|
||||||
tests:
|
tests:
|
||||||
|
Loading…
Reference in New Issue
Block a user