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
4f98c691
Commit
4f98c691
authored
7 years ago
by
Amir Jerbi
Browse files
Options
Downloads
Patches
Plain Diff
Typo in the usage
parent
6966245e
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
entrypoint.sh
+2
-2
2 additions, 2 deletions
entrypoint.sh
with
2 additions
and
2 deletions
entrypoint.sh
+
2
−
2
View file @
4f98c691
...
...
@@ -5,7 +5,7 @@ if [ -d /host ]; then
yes
|
cp
-rf
./kube-bench/kube-bench /host/
echo
"=== You can now run ./kube-bench from your host ==="
else
echo
"
Error: please mount a host directory as /host volume
"
echo
"docker run --rm -v
`
pwd
`
:/host aquasec/kube-bench"
echo
"
Usage:
"
echo
"
docker run --rm -v
\
`
pwd
\
`
:/host aquasec/kube-bench"
exit
fi
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