Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-bench
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
aquasecurity
kube-bench
Commits
5da707b8
Commit
5da707b8
authored
6 years ago
by
Abubakr-Sadik Nii Nai Davis
Browse files
Options
Downloads
Patches
Plain Diff
Remove CIS benchmark version in tool title.
it has grown stale and is dependent on k8s version we are checking.
parent
b10b2bd2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmd/root.go
+1
-1
1 addition, 1 deletion
cmd/root.go
with
1 addition
and
1 deletion
cmd/root.go
+
1
−
1
View file @
5da707b8
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment