Skip to content
Snippets Groups Projects
Unverified Commit b649cef0 authored by Liz Rice's avatar Liz Rice Committed by GitHub
Browse files

Merge branch 'master' into bugfix/docker-entrypoint-fail-on-error

parents 5eb4ab74 056da1b2
Branches
Tags 35.14.1
No related merge requests found
--- ---
language: go language: go
sudo: required
services:
- docker
notifications: notifications:
email: false email: false
...@@ -16,6 +21,10 @@ install: ...@@ -16,6 +21,10 @@ install:
script: script:
- go test ./... - go test ./...
- docker build --tag kube-bench .
- docker run -v `pwd`:/host kube-bench install
- test -d cfg
- test -f kube-bench
after_success: after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment