Open gliese1337 opened 2 months ago
Reading input SBOMs in CycloneDX (and SPDX eventually) formats is being implemented in PR https://github.com/LLNL/Surfactant/pull/221 if you want to try it out and provide feedback. From discussion with @mws180000 and others, there are some lossy aspects to conversion between formats (including to the internal representation that is used as an intermediate format by the merge feature).
Describe the bug When trying to merge input SBOMs in CycloneDX format, the surfactant CLI produces and error message and no output.
To Reproduce Steps to reproduce the behavior:
surfactant merge --input_format cyclonedx --output_format cyclonedx sbom1.json sbom2.json
Expected behavior The input SBOMs should be merged and an output SBOM produced.
System Information (please complete the following information):
Additional context One of the inputs was generated with surfactant, the other with npm-sbom.