diff --git a/.slsa-goreleaser.yml b/.slsa-goreleaser.yml index 33d33e7..f004853 100644 --- a/.slsa-goreleaser.yml +++ b/.slsa-goreleaser.yml @@ -26,7 +26,7 @@ main: ./cmd/sbom-scorecard/main.go # Binary output name. # {{ .Os }} will be replaced by goos field in the config file. # {{ .Arch }} will be replaced by goarch field in the config file. -binary: binary-{{ .Os }}-{{ .Arch }} +binary: sbom-scorecard-{{ .Os }}-{{ .Arch }} # (Optional) ldflags generated dynamically in the workflow, and set as the `evaluated-envs` input variables in the workflow. ldflags: