1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-01 12:28:18 +00:00

Minor format update to readme

This commit is contained in:
Liz Rice 2018-01-11 16:54:40 +00:00 committed by GitHub
parent 22e46990db
commit 1e25e089d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,12 +24,14 @@ Run ```docker run --rm -v `pwd`:/host aquasec/kube-bench:latest```. This will co
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 (assuming your [$GOPATH is set](https://github.com/golang/go/wiki/GOPATH)): If Go is installed on the target machines, you can simply clone this repository and run as follows (assuming your [$GOPATH is set](https://github.com/golang/go/wiki/GOPATH)):
```go get github.com/aquasecurity/kube-bench```
```go get github.com/Masterminds/glide``` ```go get github.com/aquasecurity/kube-bench
```cd $GOPATH/src/github.com/aquasecurity/kube-bench``` go get github.com/Masterminds/glide
```$GOPATH/bin/glide install``` cd $GOPATH/src/github.com/aquasecurity/kube-bench
```go build -o kube-bench . ``` $GOPATH/bin/glide install
```./kube-bench <master|node>``` go build -o kube-bench .
./kube-bench <master|node>
```
## Usage ## Usage
```./kube-bench [command]``` ```./kube-bench [command]```