mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-01-02 20:00:54 +00:00
Update README.md
This commit is contained in:
parent
c53a0ac6f4
commit
1d44458e93
@ -15,24 +15,19 @@ If Go is installed on the target machines, you can simply clone this repository
|
|||||||
## Usage
|
## Usage
|
||||||
```./cis_kubernetes [command]```
|
```./cis_kubernetes [command]```
|
||||||
|
|
||||||
|
```
|
||||||
Available Commands:
|
Available Commands:
|
||||||
master Checks for Kubernetes master node
|
master Checks for Kubernetes master node
|
||||||
|
|
||||||
node Checks for Kubernetes node
|
node Checks for Kubernetes node
|
||||||
|
|
||||||
federated Checks for Kubernetes federated deployment
|
federated Checks for Kubernetes federated deployment
|
||||||
|
|
||||||
help Help information
|
help Help information
|
||||||
|
|
||||||
Flags:
|
Flags:
|
||||||
|
|
||||||
-c, --check string A comma-delimited list of checks to run as specified in CIS document. Example --check="1.1.1,1.1.2"
|
-c, --check string A comma-delimited list of checks to run as specified in CIS document. Example --check="1.1.1,1.1.2"
|
||||||
|
|
||||||
-g, --group string Run all the checks under this comma-delimited list of groups. Example --group="1.1"
|
-g, --group string Run all the checks under this comma-delimited list of groups. Example --group="1.1"
|
||||||
|
|
||||||
-h, --help help for cis_kubernetes
|
-h, --help help for cis_kubernetes
|
||||||
|
|
||||||
--json Output results as JSON
|
--json Output results as JSON
|
||||||
|
```
|
||||||
|
|
||||||
## Test config YAML representation
|
## Test config YAML representation
|
||||||
The tests are represented as YAML documents (installed by default into ./cfg).
|
The tests are represented as YAML documents (installed by default into ./cfg).
|
||||||
|
Loading…
Reference in New Issue
Block a user