From e083c8f0a31e48a5d282fcc109f5f6bdb8f6a1e5 Mon Sep 17 00:00:00 2001
From: Nick Perry <nwperry@gmail.com>
Date: Tue, 30 Oct 2018 23:40:41 +0000
Subject: [PATCH] Fixes https://github.com/aquasecurity/kube-bench/issues/170

Correcting the logic of 1.1.14 for Kubernetes 1.11.
---
 cfg/1.11/master.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cfg/1.11/master.yaml b/cfg/1.11/master.yaml
index 0f7f9b3..554976a 100644
--- a/cfg/1.11/master.yaml
+++ b/cfg/1.11/master.yaml
@@ -223,7 +223,7 @@ groups:
       test_items:
       - flag: "--disable-admission-plugins"
         compare:
-          op: has
+          op: nothave
           value: "NamespaceLifecycle"
         set: true
     remediation: |
-- 
GitLab