Skip to content
Snippets Groups Projects
Commit 89e9d37c authored by Liz Rice's avatar Liz Rice Committed by GitHub
Browse files

Merge pull request #43 from aquasecurity/issue-42

Change node check 2.1.6 to use operation `noteq` instead of `gt`.
parents 8c076114 3e3aa0ed
No related branches found
No related tags found
No related merge requests found
......@@ -79,10 +79,11 @@ groups:
text: "Ensure that the --streaming-connection-idle-timeout argument is not set to 0 (Scored)"
audit: "ps -ef | grep $kubeletbin | grep -v grep"
tests:
bin_op: or
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment