Add workflow code to generate SBOMs and upload them to the release/pre-release#266
Open
Add workflow code to generate SBOMs and upload them to the release/pre-release#266
Conversation
Member
Author
|
Note that the |
dd335f9 to
d01a5b8
Compare
f39d57e to
f681fd7
Compare
f681fd7 to
d468cce
Compare
Thus our SBOMs are named, e.g., cisagov-skeleton-docker.amd64.spdx-json rather than sbom.amd64.spdx-json.
91e4cba to
516e839
Compare
The latest release supports the artifact-metadata permission that we are now using in the generate-sbom job of the build.yml GitHub Actions workflow.
481f4af to
9452d9a
Compare
This reduces the chance that Docker Hub rate limits our request.
In this case we want to pull the image from Docker Hub.
b37de89 to
cbb10da
Compare
dav3r
approved these changes
Feb 13, 2026
Note that actions/attest-build-provenance has changed its name to actions/attest, partly because it now supports different types of attestations. One such type is an SBOM attestation, which we are now using here.
be1d7c1 to
9c2d344
Compare
dav3r
approved these changes
Mar 10, 2026
1503b23 to
7eb4b41
Compare
dav3r
approved these changes
Mar 10, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🗣 Description
This pull request:
💭 Motivation and context
CISA advocates for the use of SBOMs, so we should be generating them for our software products.
🧪 Testing
All automated tests pass.
✅ Pre-approval checklist
✅ Pre-merge checklist