1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-26 16:38:09 +00:00

Merge branch 'master' of github.com:aquasecurity/kubernetes-bench-security

This commit is contained in:
Amir Jerbi 2017-06-20 00:14:50 +03:00
commit 7dca4c8c32

View File

@ -15,6 +15,7 @@ If Go is installed on the target machines, you can simply clone this repository
## Usage
```./cis_kubernetes [command]```
```
Available Commands:
master Checks for Kubernetes master node
node Checks for Kubernetes node
@ -26,6 +27,7 @@ Flags:
-g, --group string Run all the checks under this comma-delimited list of groups. Example --group="1.1"
-h, --help help for cis_kubernetes
--json Output results as JSON
```
## Test config YAML representation
The tests are represented as YAML documents (installed by default into ./cfg).