1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-28 09:28:06 +00:00
kube-bench/check
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
..
check.go Rewrite audit commands in the check definition that contain shell builtins 2017-08-12 18:41:41 +00:00
controls_test.go Add test to validate the YAML files 2017-06-23 12:05:07 +01:00
controls.go Fix issue #16 about supporting verbosity. 2017-07-07 17:01:30 +00:00
data Update controls to CIS Kubernetes Benchmark v1.1.0 2017-07-24 17:30:13 +00:00
test_test.go Update controls to CIS Kubernetes Benchmark v1.1.0 2017-07-24 17:30:13 +00:00
test.go Rewrite audit commands in the check definition that contain shell builtins 2017-08-12 18:41:41 +00:00