feat: add make target to upload SBOMs to GitHub releases - #723
feat: add make target to upload SBOMs to GitHub releases#723amarkdotdev wants to merge 2 commits into
Conversation
Fixes cert-manager#154 Signed-off-by: Aaron <amark@g.jct.ac.il>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Pull request overview
Adds a new publish-time Make target to upload SPDX SBOM artifacts produced by oci-build into the corresponding GitHub Release, addressing the gap noted in #154 for release SBOM availability.
Changes:
- Introduces
oci-upload-sbom-%targets derived frompush_names. - Implements
gh release uploadlogic to publish*.spdx.jsonfiles from the OCI layout.sbomdirectory to the current release tag.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Signed-off-by: Aaron <amark@g.jct.ac.il>
|
Would appreciate a maintainer look when folks have a slot. |
Summary
Fixes #154
Test plan