mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-10-31 20:39:14 +00:00
Typo in the usage
This commit is contained in:
parent
6966245e56
commit
4f98c691b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user