mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-12-28 09:28:06 +00:00
d2fa9d35b6
and modify text to command function to support this. Shell builtins fail the binary command lookup test which result in a WARN. Audit commands which include shell builtins must use the form: "/bin/sh -c 'sh-builtin arg'" So they are executed properly. Additionally Go will fail to execute commands involving shell builtins if they are not in the above format. |
||
---|---|---|
.. | ||
check.go | ||
controls_test.go | ||
controls.go | ||
data | ||
test_test.go | ||
test.go |