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
I think the original idea was to generate the SBOM based on what packaging ecosystem the top level project is using. However, I can see a situation where multiple languages are used. I would first figure out how to provide a list of package managers and then generate a BOM containing all of it. Does this make sense?
Currently the tool generates BOM file for each detected package manager like
bom-go-mod.spdx
,bom-yarn.spdx
etc.On addition of this flag, say
--merge
, the tool shall produce only a output file.This will make it easier for other tools to leverage this tool.
The text was updated successfully, but these errors were encountered: