1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-02-20 03:22:07 +00:00

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`.
This commit is contained in:
Abubakr-Sadik Nii Nai Davis 2019-08-23 15:15:21 +00:00 committed by Liz Rice
parent 0d81ef10d5
commit a3b8ba58ad

View File

@ -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