Created
March 21, 2022 12:47
-
-
Save developer-guy/9cec3aa641c50dec64eefa077d2ab1a2 to your computer and use it in GitHub Desktop.
GoReleaser SBOM generation configuration section
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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