forked from mirrors/linux-bench
Add files via upload
This commit is contained in:
parent
b688253b23
commit
ba2f4a32d3
1 changed files with 20 additions and 0 deletions
20
.goreleaser.yml
Normal file
20
.goreleaser.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue