mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-15 20:39:08 +00:00
9 lines
219 B
YAML
9 lines
219 B
YAML
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 .
|