Skip to content
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

Is it possible to aggregate a bom generated from other tools? #395

Open
rcsilva83 opened this issue Sep 11, 2023 · 2 comments
Open

Is it possible to aggregate a bom generated from other tools? #395

rcsilva83 opened this issue Sep 11, 2023 · 2 comments

Comments

@rcsilva83
Copy link

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?

@hboutemy
Copy link
Contributor

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?

@rcsilva83
Copy link
Author

I got it. It makes sense you focus on Maven. Unfortunately I don't have any public project to share :/

Nevertheless, I found cdxgen which delegates to cyclonedx-maven-plugin and generates the aggregated BOM with frontend included as I need :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants