1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-22 16:18:07 +00:00

Fixes issue #391: Replaced calling docker directly by using "make build-docker" (#522)

replaced calling docker directly by using "make build-docker"
This commit is contained in:
Roberto Rojas 2019-11-26 08:20:05 -08:00 committed by GitHub
parent 47c5661034
commit e2f61fad13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ before_install:
script: script:
- GO111MODULE=on go test ./... - GO111MODULE=on go test ./...
- docker build --tag kube-bench . - IMAGE_NAME=kube-bench make build-docker
- docker run -v `pwd`:/host kube-bench install - docker run -v `pwd`:/host kube-bench install
- test -d cfg - test -d cfg
- test -f kube-bench - test -f kube-bench