-
Notifications
You must be signed in to change notification settings - Fork 31
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
Generate SBOMs for JS components #649
Comments
If someone else likes, this person can take it. |
Just out of interest @toddbaert. If so we could just use |
Feel free!
CycloneDX is a bit more minimalist and was specifically designed for SBOMs, whereas SPDX, is more general. We also use it in the Java SDK, so that's why I favor it, but I would be fine with SPDX as well. As far as tooling, I think a github action is the easiest way since it will save you a bit of github yaml, but again I don't mind as long as it works! Let me know if I should assign this to you. |
Okay, sounds good to me! |
Thanks! Whatever we do here we also can eventually do in the contribs. That will probably be a bit harder because it's a monorepo. |
We have SBOMs currently for Java and Go. We could use them here as well. I recommend this utility: https://github.com/marketplace/actions/cyclonedx-node-js-generate-sbom (we're using the clyclonedx format elsewhere and it's popular).
Definition of done:
The text was updated successfully, but these errors were encountered: