1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-07-05 06:12:36 +00:00
This commit is contained in:
jerbia 2017-06-21 11:44:45 +00:00 committed by GitHub
commit bc7ff0bf9c

View File

@ -15,7 +15,7 @@ Tests are configured with YAML files, making this tool easy to update as test sp
You can either install kube-bench through a dedicated container, or compile it from source: You can either install kube-bench through a dedicated container, or compile it from source:
1. Container installation: 1. Container installation:
Run ```docker run --rm -v \`pwd\`:/host aquasec/kube-bench:latest```. This will copy the kube-bench binary and configuration to you host. You can then run ```./kube-bench <master|node>```. Run ```docker run --rm -v `pwd`:/host aquasec/kube-bench:latest```. This will copy the kube-bench binary and configuration to you host. You can then run ```./kube-bench <master|node>```.
2. Install from sources: 2. Install from sources:
If Go is installed on the target machines, you can simply clone this repository and run as follows: If Go is installed on the target machines, you can simply clone this repository and run as follows: