diff --git a/tools/debsbom.json b/tools/debsbom.json new file mode 100644 index 0000000..034f01f --- /dev/null +++ b/tools/debsbom.json @@ -0,0 +1,39 @@ +{ + "$schema": "https://cyclonedx.org/schema/tool-center-v2.tool.schema.json", + "specVersion": "2.0", + "tool": { + "name": "debsbom", + "publisher": "Siemens", + "description": "debsbom generates SBOMs for distributions based on Debian in the two standard formats SPDX and CycloneDX.", + "repository_url": "https://github.com/siemens/debsbom", + "website_url": "https://siemens.github.io/debsbom/", + "capabilities": [ + "SBOM", + "VDR/VEX" + ], + "availability": [ + "OPEN_SOURCE" + ], + "functions": [ + "PACKAGE_MANAGER_INTEGRATION" + ], + "packaging": [ + "COMMAND_LINE_UTILITY" + ], + "library": [ + "PYTHON" + ], + "platform": [ + "LINUX" + ], + "lifecycle": [ + "DESIGN", + "BUILD", + "POST-BUILD" + ], + "supportedStandards": [ + "CYCLONEDX", + "SPDX" + ] + } +} \ No newline at end of file