mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-12-22 22:58:07 +00:00
24 lines
485 B
YAML
24 lines
485 B
YAML
|
builds:
|
||
|
- main: main.go
|
||
|
binary: kube-bench
|
||
|
goos:
|
||
|
- darwin
|
||
|
- linux
|
||
|
goarch:
|
||
|
- amd64
|
||
|
# Archive customization
|
||
|
archive:
|
||
|
format: tar.gz
|
||
|
dockers:
|
||
|
-
|
||
|
binary: kube-bench
|
||
|
image: aquasecurity/kube-bench
|
||
|
latest: true
|
||
|
fpm:
|
||
|
vendor: Aqua Security
|
||
|
description: "The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed according to security best practices"
|
||
|
license: Apache-2.0
|
||
|
formats:
|
||
|
- deb
|
||
|
- rpm
|