Conversation
jkowalleck
left a comment
There was a problem hiding this comment.
since the tool is a wrapper for syft, trivy, cdxGen, it should basically be the same feature set as these are, right?
- https://github.com/CycloneDX/tool-center/blob/main/tools/cdxgen.json
- https://github.com/CycloneDX/tool-center/blob/main/tools/trivy.json
- https://github.com/CycloneDX/tool-center/blob/main/tools/syft.json
Unfortunately, these tools were added with not much care and might have wrong claims or properties ...
i am intrigues to let the same wrong claims be copied here.
therefore, i am okay with the proposed data.
tools/sbomhub_cli.json
Outdated
| "OSI_APPROVED" | ||
| ], | ||
| "functions": [ | ||
| "AUTHOR", |
There was a problem hiding this comment.
https://cyclonedx.github.io/tool-center/tool.html#tool_functions
Tools that human authors can use to create CycloneDX BOMs.
this is a CLI, rigth?
so it will generate the SBOM for you. it is not for humans to write the SBOM, right?
If so, please remove the AUTHOR
There was a problem hiding this comment.
You're right. SBOMHub CLI auto-generates SBOMs by wrapping generators (Syft, Trivy, cdxgen) — it's not a tool for humans to manually author BOMs. Removed . Thank you!
tools/sbomhub_cli.json
Outdated
| ], | ||
| "functions": [ | ||
| "AUTHOR", | ||
| "ANALYSIS", |
There was a problem hiding this comment.
this tool is a wrapper for SBOM generators - it does not analyse SBOM, right?
There was a problem hiding this comment.
Correct, it wraps SBOM generators and vulnerability scanners — it doesn't perform analysis itself. Removed \ and the \ section. Thank you for the review!
A CLI tool that wraps Syft, Trivy, and cdxgen to generate SBOMs and upload them to SBOMHub. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Youichi Uda <youichi.uda@gmail.com>
3334020 to
1d6e853
Compare
Summary
checkcommandTool Information
Capabilities
🤖 Generated with Claude Code