1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-22 16:18:07 +00:00

Fix command on extract kube-bench binary (#750)

This commit is contained in:
Eric Ho 2020-10-29 17:45:07 +08:00 committed by GitHub
parent a4c3ce9f9e
commit 519f632147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -298,7 +298,7 @@ Alternatively, you can manually download and extract the kube-bench binary:
``` ```
curl -L https://github.com/aquasecurity/kube-bench/releases/download/v0.3.1/kube-bench_0.3.1_linux_amd64.tar.gz -o kube-bench_0.3.1_linux_amd64.tar.gz curl -L https://github.com/aquasecurity/kube-bench/releases/download/v0.3.1/kube-bench_0.3.1_linux_amd64.tar.gz -o kube-bench_0.3.1_linux_amd64.tar.gz
tar -xvf kube-bench_0.3.0_linux_amd64.tar.gz tar -xvf kube-bench_0.3.1_linux_amd64.tar.gz
``` ```
You can then run kube-bench directly: You can then run kube-bench directly: