From ba2f4a32d3d8d4224ae356b7cfe34c5016b09ee9 Mon Sep 17 00:00:00 2001 From: yoavrotems Date: Tue, 17 Dec 2019 00:47:39 +0000 Subject: [PATCH] Add files via upload --- .goreleaser.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .goreleaser.yml diff --git a/.goreleaser.yml b/.goreleaser.yml new file mode 100644 index 0000000..f8aa5f3 --- /dev/null +++ b/.goreleaser.yml @@ -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 \ No newline at end of file