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`.
pull/390/head
Abubakr-Sadik Nii Nai Davis 5 years ago committed by Liz Rice
parent 0d81ef10d5
commit a3b8ba58ad

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

Loading…
Cancel
Save