Skip to content

Instantly share code, notes, and snippets.

@developer-guy
Created March 21, 2022 12:47
Show Gist options
  • Save developer-guy/9cec3aa641c50dec64eefa077d2ab1a2 to your computer and use it in GitHub Desktop.
Save developer-guy/9cec3aa641c50dec64eefa077d2ab1a2 to your computer and use it in GitHub Desktop.
GoReleaser SBOM generation configuration section
# creates SBOMs of all archives and the source tarball using syft
# https://goreleaser.com/customization/sbom
# Two different sbom configurations need two different IDs
sboms:
- id: archive
artifacts: archive
- id: source
artifacts: source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment