From a3b8ba58ad38364b8954127d3b3e55698d6282ca Mon Sep 17 00:00:00 2001
From: Abubakr-Sadik Nii Nai Davis <dwa2pac@gmail.com>
Date: Fri, 23 Aug 2019 15:15:21 +0000
Subject: [PATCH] Fix error converting from string to integer (#392)

Replace the `gt` with `eq` for string comparison of kube-bench check 2.1.6 in `cfg/1.6/node.yaml`.
---
 cfg/1.6/node.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cfg/1.6/node.yaml b/cfg/1.6/node.yaml
index 9344724..9524f93 100644
--- a/cfg/1.6/node.yaml
+++ b/cfg/1.6/node.yaml
@@ -83,7 +83,7 @@ groups:
         test_items:
           - flag: "--streaming-connection-idle-timeout"
             compare:
-              op: gt
+              op: noteq
               value: 0
             set: true
       remediation: "Edit the $kubeletconf file on each node and set the KUBELET_ARGS 
-- 
GitLab