Skip to content

ci: add SBOM generation to publish workflow#227

Merged
himerus merged 1 commit intodevfrom
feature/ci-add-sbom-generation-to-publish
Mar 27, 2026
Merged

ci: add SBOM generation to publish workflow#227
himerus merged 1 commit intodevfrom
feature/ci-add-sbom-generation-to-publish

Conversation

@himerus
Copy link
Copy Markdown
Contributor

@himerus himerus commented Mar 27, 2026

Summary

Add Software Bill of Materials (SBOM) for Enterprise Compliance

Enterprise security teams require SBOMs for compliance audits. Generate a CycloneDX SBOM as a release artifact.

Implementation

  1. Add @cyclonedx/cyclonedx-npm as a devDependency (or use npx)
  2. Add a step to .github/workflows/publish.yml after the build step:
    - name: Generate SBOM
      run: npx @cyclonedx/cyclonedx-npm --output-file sbom.json --output-format json
  3. Upload sbom.json as a GitHub ...

Created automatically by Automaker

Generates sbom.json during each publish run using @cyclonedx/cyclonedx-npm,
uploads it as a GitHub Actions artifact for enterprise compliance audits.
Adds sbom.json to .gitignore and documents availability in README.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@himerus himerus merged commit 74ce5dc into dev Mar 27, 2026
4 of 7 checks passed
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 27, 2026

Warning

Rate limit exceeded

@himerus has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 13 minutes and 32 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 13 minutes and 32 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 39d01c30-df9a-4d82-9eb0-7f29198d2e2b

📥 Commits

Reviewing files that changed from the base of the PR and between 3214e7c and 3cd5f06.

📒 Files selected for processing (3)
  • .github/workflows/publish.yml
  • .gitignore
  • README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/ci-add-sbom-generation-to-publish

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant