linux-bench/.goreleaser.yml

20 lines
477 B
YAML
Raw Normal View History

2019-12-17 00:47:39 +00:00
env:
- GO111MODULE=on
builds:
- main: main.go
binary: linux-bench
goos:
- linux
goarch:
- amd64
# Archive customization
archive:
format: tar.gz
nfpm:
vendor: Aqua Security
description: "The Linux Bench for Security is a Go application that checks whether Linux host is deployed according to security best practices"
license: Apache-2.0
homepage: https://github.com/aquasecurity/linux-bench
formats:
- deb
- rpm