Skip to content

Commit

Permalink
Make the binary name clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinabrahms committed Nov 17, 2022
1 parent ff8d54c commit 7d78012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .slsa-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7d78012

Please sign in to comment.