diff --git a/tools/sbomhub_cli.json b/tools/sbomhub_cli.json new file mode 100644 index 0000000..cbfbb53 --- /dev/null +++ b/tools/sbomhub_cli.json @@ -0,0 +1,63 @@ +{ + "$schema": "https://cyclonedx.org/schema/tool-center-v2.tool.schema.json", + "specVersion": "2.0", + "tool": { + "name": "SBOMHub CLI", + "publisher": "SBOMHub", + "description": "CLI tool that wraps Syft, Trivy, and cdxgen to generate SBOMs and upload them to SBOMHub with vulnerability scanning support.", + "repository_url": "https://github.com/youichi-uda/sbomhub-cli", + "website_url": "https://sbomhub.app", + "capabilities": [ + "SBOM" + ], + "availability": [ + "OPEN_SOURCE", + "OSI_APPROVED" + ], + "functions": [ + "AUTHOR", + "ANALYSIS", + "DISTRIBUTE" + ], + "analysis": [ + "SECURITY_VULNERABILITIES" + ], + "packaging": [ + "COMMAND_LINE_UTILITY" + ], + "library": [ + "GO" + ], + "platform": [ + "LINUX", + "MAC", + "WINDOWS" + ], + "lifecycle": [ + "BUILD", + "POST-BUILD" + ], + "supportedStandards": [ + "CYCLONEDX", + "SPDX", + "PACKAGE_URL" + ], + "cycloneDxVersion": [ + "CYCLONEDX_V1.6", + "CYCLONEDX_V1.5", + "CYCLONEDX_V1.4" + ], + "supportedLanguages": [ + "C/C++", + "GO", + "JAVA", + "JAVASCRIPT/TYPESCRIPT", + ".NET", + "NODE.JS", + "PHP", + "PYTHON", + "RUBY", + "RUST" + ] + } +}