Skip to content

ci: switch SBOM generation to cdxgen for Bun support - #10

Merged
maximedrn merged 1 commit into
masterfrom
dev
Jul 7, 2026
Merged

ci: switch SBOM generation to cdxgen for Bun support#10
maximedrn merged 1 commit into
masterfrom
dev

Conversation

@maximedrn

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings July 7, 2026 20:24
@maximedrn
maximedrn merged commit bdffd8a into master Jul 7, 2026
5 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

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 release workflow’s SBOM generation step to use CycloneDX cdxgen via bunx, aligning SBOM generation with the project’s Bun-based toolchain.

Changes:

  • Removes the dedicated Node.js setup step previously used only for SBOM tooling.
  • Generates the SBOM using bunx @cyclonedx/cdxgen targeting Bun and outputs bom.json.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

run:
npx @cyclonedx/cyclonedx-npm --output-format json --output-file
bom.json
run: bunx @cyclonedx/cdxgen@latest -t bun -o bom.json --spec-version 1.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants