mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-01-13 17:21:03 +00:00
Fix glide install instructions
This commit is contained in:
parent
033ab5638c
commit
216b1d497a
@ -25,7 +25,7 @@ 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/aquasecurity/kube-bench```
|
||||||
```go get https://github.com/masterminds/glide```
|
```go get github.com/Masterminds/glide```
|
||||||
```cd $GOPATH/src/github.com/aquasecurity/kube-bench```
|
```cd $GOPATH/src/github.com/aquasecurity/kube-bench```
|
||||||
```$GOPATH/bin/glide install```
|
```$GOPATH/bin/glide install```
|
||||||
```go build -o kube-bench . ```
|
```go build -o kube-bench . ```
|
||||||
|
Loading…
Reference in New Issue
Block a user