CycloneDX / sbom-combiner

Lockheed Martin developed utility to combine multiple CycloneDX SBOMs
https://cyclonedx.org/
Other
11 stars 3 forks source link

combine.sh does not exist #2

Open mfk212 opened 2 years ago

mfk212 commented 2 years ago

This repo looks like a copy from the CycloneDX/sbom-comparator repo.

combine.sh is not part of the repo although mentioned in the README.

Trying to build the project gives a lot of errors regarding the "commons.utils" package.

Am I missing something? Can someone help me out?

mrutkows commented 2 years ago

It appears, looking at example.sh, that the bash was changed to compare.sh. If so, then this is a simple docs (README) change...

mfk212 commented 2 years ago

The problem is not that the naming of the script is wrong in the docs. "compare.sh" does what its name say: comparison of bom files. The issue is, considering this is the repo of sbom-combine, there is not any script that combines multiple sboms into one sbom...

fnxpt commented 1 year ago

Even if you use the compare file it's not going to work, this repo is a copy of https://github.com/CycloneDX/sbom-comparator. You can use https://github.com/CycloneDX/cyclonedx-cli to merge sbom's