interlynk-io / sbomasm

SBOM Assembler - A tool to compose your various sboms into a single sbom.
Apache License 2.0
41 stars 1 forks source link

Generated SBOM is missing required field `type` #12

Closed surendrapathak closed 1 year ago

surendrapathak commented 1 year ago

Actual Result sbomasm assemble -n "mega cdx app" -v "1.0.0" -o final-product.cdx.json ../sbomlc/cdxgen-9.5.1_photon-latest.cdx.json ../sbomlc/cdxgen-9.5.1_piwik-latest.cdx.json

The resulting SBOM (attached) does not have type and therefore fails to parse.

final-product.cdx.json.txt

Expected Result Warn users when type is unspecified while merging SBOMS

surendrapathak commented 1 year ago

Closed with https://github.com/interlynk-io/sbomasm/pull/15