Skip to content
Snippets Groups Projects
.goreleaser.yml 453 B
Newer Older
builds:
  - main: main.go
    binary: kube-bench
    goos:
      - darwin
      - linux
    goarch:
      - amd64
# Archive customization
archive:
  format: tar.gz
  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
  homepage: https://github.com/aquasecurity/kube-bench
  formats:
    - deb
    - rpm