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

Merge pull request #124 from aquasecurity/travis-docker

Adding a test install to travis job
parents 9f5c8562 9810bafa
No related branches found
No related tags found
No related merge requests found
---
language: go
sudo: required
services:
- docker
notifications:
email: false
......@@ -16,6 +21,10 @@ install:
script:
- go test ./...
- docker build --tag kube-bench .
- docker run -v `pwd`:/host kube-bench install
- test -d cfg
- test -f kube-bench
after_success:
- 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.
Finish editing this message first!
Please register or to comment