You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kube-bench/README.md

14 lines
533 B

7 years ago
# kubernetes-bench-security
The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed securely by running the checks documented in the CIS Kubernetes 1.6 Benchmark v1.0.0.
Tests are configured with YAML files, making this tool easy to update as test specifications evolve.
## Installation
7 years ago
Install by cloning this repository and running
```make install```
This builds the application and also copies the test configuration files into a .cis_kubernetes directory in your home directory.