1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-18 20:58:10 +00:00

Remove CIS benchmark version in tool title.

it has grown stale and is dependent on k8s version we are checking.
This commit is contained in:
Abubakr-Sadik Nii Nai Davis 2018-05-15 04:20:36 +00:00
parent b10b2bd22e
commit 5da707b8d6

View File

@ -46,7 +46,7 @@ var (
var RootCmd = &cobra.Command{
Use: os.Args[0],
Short: "Run CIS Benchmarks checks against a Kubernetes deployment",
Long: `This tool runs the CIS Kubernetes 1.6 Benchmark v1.0.0 checks.`,
Long: `This tool runs the CIS Kubernetes Benchmark (http://www.cisecurity.org/benchmark/kubernetes/)`,
}
// Execute adds all child commands to the root command sets flags appropriately.