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

Make cyclonedx-maven-plugin work together with frontend-maven-plugin #452

Open
sbernard31 opened this issue Jan 12, 2024 · 0 comments
Open

Comments

@sbernard31
Copy link

I use cyclonedx-maven-plugin to generate SBOM for my multi-module maven project.

Some of my maven module contains a jetty server + a frontend managed with npm, the frontend-build process is execute during the maven build thanks to frontend-maven-plugin.

The frontend build also generate sbom thanks to cyclonedx-node-npm. I'm able to generate this frontend SBOM in corresponding maven${project.build.directory}.

So now ideally, I would like that this bom can be taking into account by cyclonedx-maven-plugin.
Maybe by aggregate it to sbom of the corresponding maven module ?

  1. Do you think this could be in the scope of this project ?
  2. Do you think this make sense to aggregate the frontend SBOM with the maven SBOM when using makeBom goal ? or should it be 2 seperated BOM ?
  3. Do you think this make sense to aggregate the SBOM with makeAggregateBom goal ?
  4. Or do you see better way to make this works together ?

I think this is related to : #395

If you want to include this in cyclonedx-maven-plugin I can help. Let me know 🙏

@hboutemy hboutemy changed the title Make cyclonedx-maven-plugin works together with frontend-maven-plugin Make cyclonedx-maven-plugin work together with frontend-maven-plugin Mar 23, 2024
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