From 5e37ec8edd8b5e27d41f6a52588a48a2a1c76eab Mon Sep 17 00:00:00 2001 From: Sadayuki Matsuno Date: Fri, 29 May 2020 18:24:15 +0900 Subject: [PATCH] fix releaser --- .goreleaser.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 3b2c0afc..fd70e025 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,7 +6,8 @@ release: owner: future-architect name: vuls builds: -- goos: +- id: vuls + goos: - linux goarch: - amd64 @@ -15,13 +16,15 @@ builds: - -a ldflags: -s -w -X main.version={{.Version}} -X main.revision={{.Commit}} binary: vuls -- goos: +- id: trivy-to-vuls + goos: - linux goarch: - amd64 main: ./contrib/trivy/cmd/main.go binary: trivy-to-vuls -- goos: +- id: future-vuls + goos: - linux goarch: - amd64