Skip to content

feat: generate SBOM and attach to release artifacts #672

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 27, 2023

Conversation

lukas-reining
Copy link
Member

@lukas-reining lukas-reining commented Nov 20, 2023

This PR

Generate a SBOM and upload it to release artifacts.

I chose to use npm directly, because https://www.npmjs.com/package/%40cyclonedx/cyclonedx-npm did not work for npm workspaces.

It is hard to test so maybe @toddbaert you can help me to check if it works correctly in the pipeline?

Related Issues

Fixes #649

Notes

Follow-up Tasks

How to test

@lukas-reining lukas-reining requested a review from a team as a code owner November 20, 2023 14:09
Copy link
Member

@beeme1mr beeme1mr left a comment

Choose a reason for hiding this comment

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

Approved with some suggestions.

@beeme1mr beeme1mr merged commit 5845370 into main Nov 27, 2023
@beeme1mr beeme1mr deleted the feat/generate-sbom branch November 27, 2023 16:07
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.

Generate SBOMs for JS components
2 participants