mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-22 08:08:07 +00:00
replaced calling docker directly by using "make build-docker"
This commit is contained in:
parent
47c5661034
commit
e2f61fad13
@ -15,7 +15,7 @@ before_install:
|
||||
|
||||
script:
|
||||
- GO111MODULE=on go test ./...
|
||||
- docker build --tag kube-bench .
|
||||
- IMAGE_NAME=kube-bench make build-docker
|
||||
- docker run -v `pwd`:/host kube-bench install
|
||||
- test -d cfg
|
||||
- test -f kube-bench
|
||||
|
Loading…
Reference in New Issue
Block a user