mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-12-22 14:48:07 +00:00
Add README
This commit is contained in:
parent
154a140f74
commit
e1959b66db
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# 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
|
||||
|
||||
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.
|
Loading…
Reference in New Issue
Block a user