Skip to content

ci: publish SBOMs as GitHub Packages (#34352) - #34466

Merged
mpreyskurantov merged 1 commit into
mainfrom
26_2-34352
Jul 30, 2026
Merged

ci: publish SBOMs as GitHub Packages (#34352)#34466
mpreyskurantov merged 1 commit into
mainfrom
26_2-34352

Conversation

@mpreyskurantov

@mpreyskurantov mpreyskurantov commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

@mpreyskurantov mpreyskurantov self-assigned this Jul 23, 2026
Copilot AI review requested due to automatic review settings July 23, 2026 13:23
@mpreyskurantov
mpreyskurantov requested a review from a team as a code owner July 23, 2026 13:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions package publishing workflow to generate CycloneDX SBOMs from the newly built npm tarballs and publish those SBOMs as separate npm packages to GitHub Packages.

Changes:

  • Generate SBOMs for a fixed list of packages from artifacts/npm/*.tgz via dx-make-sbom, then validate them.
  • Upload SBOM files as a workflow artifact for reuse by the publish job.
  • In the publish job, wrap each SBOM JSON into a minimal @<owner>/<package>-sbom npm package and publish it alongside the main package.

Comment thread .github/workflows/packages_publishing.yml
Comment thread .github/workflows/packages_publishing.yml
@mpreyskurantov
mpreyskurantov added this pull request to the merge queue Jul 30, 2026
Merged via the queue into main with commit 49ddc7e Jul 30, 2026
138 of 139 checks passed
@mpreyskurantov
mpreyskurantov deleted the 26_2-34352 branch July 30, 2026 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants