mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-22 08:08:07 +00:00
6 lines
106 B
YAML
6 lines
106 B
YAML
language: go
|
|
install:
|
|
- go get github.com/aquasecurity/kube-bench
|
|
script:
|
|
- go build -o kube-bench .
|