1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-18 20:58:10 +00:00
kube-bench/cfg
Abubakr-Sadik Nii Nai Davis d2fa9d35b6 Rewrite audit commands in the check definition that contain shell builtins
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.
2017-08-12 18:41:41 +00:00
..
config.yaml Move kubernetes binaries and config paths to kube-bench config. 2017-07-13 00:24:09 +00:00
federated.yaml Move kubernetes binaries and config paths to kube-bench config. 2017-07-13 00:24:09 +00:00
master.yaml Rewrite audit commands in the check definition that contain shell builtins 2017-08-12 18:41:41 +00:00
node.yaml Rewrite audit commands in the check definition that contain shell builtins 2017-08-12 18:41:41 +00:00