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