From c53a0ac6f4b90232a975cdb7dfd88a41f21f57c0 Mon Sep 17 00:00:00 2001 From: jerbia Date: Tue, 20 Jun 2017 00:06:30 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ef93a2..6d05944 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,22 @@ If Go is installed on the target machines, you can simply clone this repository Available Commands: master Checks for Kubernetes master node + node Checks for Kubernetes node + federated Checks for Kubernetes federated deployment + help Help information 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" + -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 + + --json Output results as JSON ## Test config YAML representation The tests are represented as YAML documents (installed by default into ./cfg). From 1d44458e93cf1dc9fcad0b375310580eedc8171e Mon Sep 17 00:00:00 2001 From: jerbia Date: Tue, 20 Jun 2017 00:07:58 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6d05944..d877dec 100644 --- a/README.md +++ b/README.md @@ -15,24 +15,19 @@ 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 - federated Checks for Kubernetes federated deployment - help Help information 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" - -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).