You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All my projects use Java for backend and Angular for frontend. With makeAggregateBom I could only aggregate the BOMs generated by Maven plugin but not the BOM generated by cyclonedx-webpack-plugin. Is it possible?
The text was updated successfully, but these errors were encountered:
generic SBOM aggregation is out of scope of CycloneDX build plugins, as it would mean we would have to code in every technology: that's why CycloneDX CLI has been done https://github.com/CycloneDX/cyclonedx-cli
but I understand that this backend+frontend aggregation is a typical case where it would be nice to have a simpler solution
do you have a public project to share so we can have a concrete look, please?
Hi,
All my projects use Java for backend and Angular for frontend. With
makeAggregateBom
I could only aggregate the BOMs generated by Maven plugin but not the BOM generated by cyclonedx-webpack-plugin. Is it possible?The text was updated successfully, but these errors were encountered: