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:
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…
Reference in New Issue
Block a user