From d7b5422e8a6dd50bb5b12aca22becfbf89885c24 Mon Sep 17 00:00:00 2001
From: Liz Rice <liz@lizrice.com>
Date: Wed, 6 Nov 2019 01:45:40 +0100
Subject: [PATCH] Fix detection of encryption-provider-config (#513)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Fixes: https://github.com/aquasecurity/kube-bench/issues/420

Signed-off-by: Manuel RĂ¼ger <manuel@rueg.eu>
---
 cfg/cis-1.4/master.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cfg/cis-1.4/master.yaml b/cfg/cis-1.4/master.yaml
index 8e5a52e..ba36854 100644
--- a/cfg/cis-1.4/master.yaml
+++ b/cfg/cis-1.4/master.yaml
@@ -565,7 +565,6 @@ groups:
   - id: 1.1.34
     text: "Ensure that the --encryption-provider-config argument is set as appropriate (Scored)"
     audit: "/bin/ps -ef | grep $apiserverbin | grep -v grep"
-    type: "manual"
     tests:
       test_items:
       - flag: "--encryption-provider-config"
-- 
GitLab