Skip to content

Commit

Permalink
Remove CIS benchmark version in tool title.
Browse files Browse the repository at this point in the history
it has grown stale and is dependent on k8s version we are checking.
  • Loading branch information
ttousai committed May 15, 2018
1 parent b10b2bd commit 5da707b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5da707b

Please # to comment.