Skip to content

Commit

Permalink
Merge pull request #203 from vlesich-sylabs/sbom_fix
Browse files Browse the repository at this point in the history
ci: updated sbom name generating template
  • Loading branch information
tri-adam committed Apr 12, 2022
2 parents 8469c8c + 4ddf505 commit 5314bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -68,6 +68,6 @@ archives:

sboms:
- documents:
- "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}.bom.cdx.json"
- '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}.bom.cdx.json'
artifacts: binary
args: ["$artifact", "--file", "$document", "--output", "cyclonedx-json"]

0 comments on commit 5314bc0

Please sign in to comment.