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
cdxgen could support generating multiple BOM files for a given project. We can support few styles of splitting and implement it as a postgen step.
Having such more granular representation for the ingredients of a digital product would help tiny ML models (~ 1M tokens) and tools like depscan v7, understand the composition layers better for deeper analysis. It would be super cool to have dependency-track support multiple bom file uploads per project too.
cdxgen could support generating multiple BOM files for a given project. We can support few styles of splitting and implement it as a postgen step.
Having such more granular representation for the ingredients of a digital product would help tiny ML models (~ 1M tokens) and tools like depscan v7, understand the composition layers better for deeper analysis. It would be super cool to have dependency-track support multiple bom file uploads per project too.
Splitting strategies
We then need the following things:
--out-dir
argument to accept a directory, since the current output argument is a file.bom.json
.incomplete
.The text was updated successfully, but these errors were encountered: