kube-bench
kube-bench copied to clipboard
Checks whether Kubernetes is deployed according to security best practices as defined in the CIS Kubernetes Benchmark
**Overview** KubeBench check fails in OCP having JSON communication method instead of YAML **How did you run kube-bench?** Kubebench ran as kubernetes job, command - 'kube-bench' **What happened?** `for node...
### Discussed in https://github.com/aquasecurity/kube-bench/discussions/1202 Originally posted by **trallnag** June 8, 2022 A new version of the benchmark is available.  Support for this would be great. Currently the latest version...
in `node.yaml` (e.g. [this](https://github.com/aquasecurity/kube-bench/blob/main/cfg/cis-1.6/node.yaml)), there is a missing example related to **`eventRecordQPS`**, which makes it not consistent with other remediations. ``` remediation: | If using a Kubelet config file, edit...
kube-bench node The Kube bench node will fail, but after I modify it according to the prompt and check again, the Kube bench node will still fail. The Kube bench...
With this configuration, you can select database schema. This setting could be good when you want to share the same Postgres instance for different clusters validations.
Fixing syntax error in checks 4.1.1,4.1.2 for rhel-1.0. SLK-39504
This changeset introduces new statuses as proposed in #916 Probably I missed something, so I would be grateful any feedback and help 🙏
Fixes #918 This change adds the `--status` flag as described on the referenced issue, so that `kube-bench` will only log tests results with a `check.State` contained in the `--status` flag....
**Overview** Our container scanning tool trigger HIGH severity compliance alert after security scan with of the image `aquasec/kube-bench:latest`. **How did you run kube-bench?** N/A **What happened?** Description of the alert:...
Currently Kube-bench output only four statuses * [PASS] - Test passed * [FAIL] - Test scored and got unwanted output * [WARN] - Test is not scored and failed, or...