From a4c3ce9f9e5c874604813857c4828650b08f1943 Mon Sep 17 00:00:00 2001 From: Sinith <45849343+SinithH@users.noreply.github.com> Date: Thu, 29 Oct 2020 14:19:34 +0530 Subject: [PATCH] Update policies.yaml (#757) --- cfg/eks-1.0/policies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/eks-1.0/policies.yaml b/cfg/eks-1.0/policies.yaml index 98dbe28..51f25a0 100644 --- a/cfg/eks-1.0/policies.yaml +++ b/cfg/eks-1.0/policies.yaml @@ -131,7 +131,7 @@ groups: text: "Minimize the admission of containers with capabilities assigned (Not Scored)" type: "manual" remediation: | - Review the use of capabilites in applications runnning on your cluster. Where a namespace + Review the use of capabilities in applications running on your cluster. Where a namespace contains applications which do not require any Linux capabities to operate consider adding a PSP which forbids the admission of containers which do not drop all capabilities. scored: false -- GitLab