1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-22 06:38:06 +00:00
kube-bench/.travis.yml
Liz Rice dcd416a521 Executable name changes
Updates to travis file, readme and help text
2017-06-20 09:52:53 +01:00

10 lines
228 B
YAML

language: go
install:
- go get github.com/joncalhoun/pipe
- go get github.com/fatih/color
- go get github.com/spf13/cobra
- go get github.com/spf13/viper
- go get gopkg.in/yaml.v2
script:
- go build -o kube-bench .