[PLANNING] VISION #3
jkowalleck
started this conversation in
Ideas
Replies: 1 comment
-
maybe there is no need for a plugin.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
esbuild
runsCapabilities / 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
Beta Was this translation helpful? Give feedback.
All reactions