[PLANNING] VISION #3
Closed
jkowalleck
started this conversation in
Ideas
Replies: 3 comments 5 replies
|
maybe there is no need for a plugin.... |
5 replies
|
worked on an implementation. expect an RC soon. |
0 replies
|
we have a working implementation 🥳 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
A plugin for webpack exists, that is able to produce a BOM for JS-bundles during the build process: https://github.com/CycloneDX/cyclonedx-webpack-plugin/.
A plugin for rollup exists, that is able to produce a BOM for JS-bundles during the build process: https://github.com/janbiasi/rollup-plugin-sbom/.
Nothing like this existed for esbuild
to bring yarn support to the community, this dedicated project should solve the feature lack.
Goal
Responsibilities
esbuildrunsCapabilities / Features
basically: copy all functionality from https://github.com/CycloneDX/cyclonedx-webpack-plugin/
Architecture
This project is intended to implement an esbuld plugin; Read the docs: https://esbuild.github.io/plugins/
This plugin might be written in JavaScript or Go.
If JavaScript
this project should utilize https://github.com/CycloneDX/cyclonedx-javascript-library
If Go
this project should utilize https://github.com/CycloneDX/cyclonedx-go
misc
You want to contribute or champion this tool? ❤️ see #4
All reactions