2017-06-19 21:17:52 +00:00
|
|
|
language: go
|
2017-06-19 21:14:29 +00:00
|
|
|
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 .
|