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"] }

Examples

Options

Options inherited from parent commands

Have feedback? We want to hear from you!

Fields marked with * are required