mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-05-08 09:58:52 +00:00
Removed references to dep
from README.md (#607)
Looks like this project now uses Go modules so `dep` steps are not needed. Co-authored-by: Liz Rice <liz@lizrice.com>
This commit is contained in:
parent
82614d9b3f
commit
582ce02ce6
@ -244,9 +244,7 @@ If Go is installed on the target machines, you can simply clone this repository
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
go get github.com/aquasecurity/kube-bench
|
go get github.com/aquasecurity/kube-bench
|
||||||
go get github.com/golang/dep/cmd/dep
|
|
||||||
cd $GOPATH/src/github.com/aquasecurity/kube-bench
|
cd $GOPATH/src/github.com/aquasecurity/kube-bench
|
||||||
$GOPATH/bin/dep ensure -vendor-only
|
|
||||||
go build -o kube-bench .
|
go build -o kube-bench .
|
||||||
|
|
||||||
# See all supported options
|
# See all supported options
|
||||||
|
Loading…
Reference in New Issue
Block a user