merge-sboms
Merge multiple SBOMs into one SBOM
Synopsis
Merge multiple CycloneDX SBOMs into a single SBOM.
The command expects a JSON configuration file with the target purl and a list of SBOM file paths to merge. The merged SBOM is written to stdout in pretty JSON.
Example config file: { "purl": "pkg:foo/bar@1.2.3", "sboms": ["a.json", "b.json"] }