You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kube-bench/.travis.yml

10 lines
232 B

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 cis_kubernetes .