SBOM container tools comparison #2223
Replies: 1 comment 5 replies
-
I'm generally not a fan of such simple comparisons. The tools work differently with a range of analysis techniques and require careful implementation and rollout. Users should not expect out-of-the-box magic for something as critical as SBOMs.
You have no idea how many licence violations and potential security vulnerabilities have been caught in the field using these components. You can thank us later!
For both Python and Go, cdxgen users scan the source to generate an accurate SBOM. We need a buildable environment to generate build SBOMs. Points 3 and 4 are devops questions. cdxgen is indeed available as single executable application binaries requiring no installations.
Thank you for this feedback. The command is |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I put together a comparison of container scanning tools: https://github.com/jakub-bochenski/container-sbom-shootout
I'm looking for feedback — if you have ideas on improving the comparison or know how any of the tools could be configured for better results, I’d love to hear your thoughts!
The comparison uses some popular public images, using specially crafted images with controlled contents would be better, but I didn’t find time for it.
Beta Was this translation helpful? Give feedback.
All reactions