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>
pull/605/head^2
Paul McCarthy 4 years ago committed by GitHub
parent 82614d9b3f
commit 582ce02ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -244,9 +244,7 @@ If Go is installed on the target machines, you can simply clone this repository
```shell
go get github.com/aquasecurity/kube-bench
go get github.com/golang/dep/cmd/dep
cd $GOPATH/src/github.com/aquasecurity/kube-bench
$GOPATH/bin/dep ensure -vendor-only
go build -o kube-bench .
# See all supported options

Loading…
Cancel
Save