From a2466da4b02a545bee6c36139399630318c81d35 Mon Sep 17 00:00:00 2001
From: Liz Rice <liz@lizrice.com>
Date: Fri, 30 Aug 2019 15:10:30 +0100
Subject: [PATCH] Correct 1.1.13 to match CIS spec (#406)

Text should say Not Scored
---
 cfg/1.13/master.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cfg/1.13/master.yaml b/cfg/1.13/master.yaml
index 3b1bd8e..46480d9 100644
--- a/cfg/1.13/master.yaml
+++ b/cfg/1.13/master.yaml
@@ -204,7 +204,7 @@ groups:
     scored: false
 
   - id: 1.1.13
-    text: "Ensure that the admission control plugin SecurityContextDeny is set (Scored)"
+    text: "Ensure that the admission control plugin SecurityContextDeny is set (Not Scored)"
     audit: "ps -ef | grep $apiserverbin | grep -v grep"
     tests:
       test_items:
-- 
GitLab