1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-22 16:18:07 +00:00

Merge pull request #189 from Congelli501/patch-1

Typo: trailing whitespace for rule text
This commit is contained in:
Liz Rice 2019-01-02 10:53:16 +00:00 committed by GitHub
commit 799b928054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1422,7 +1422,7 @@ groups:
scored: false
- id: 1.7.5
text: " Do not admit containers with allowPrivilegeEscalation (Not Scored)"
text: "Do not admit containers with allowPrivilegeEscalation (Not Scored)"
type: "manual"
remediation: |
Create a PSP as described in the Kubernetes documentation, ensuring that the .spec.allowPrivilegeEscalation field is omitted or set to false.