From 7ccf92183e370fbae26a03683a7af442ade6a2df Mon Sep 17 00:00:00 2001 From: Marion Deveaud Date: Fri, 10 Jul 2026 11:51:04 +0200 Subject: [PATCH 1/2] feat(tools): add debsbom to the tool center debsbom generates SBOMs for distributions based on Debian in the two standard formats SPDX and CycloneDX. Signed-off-by: Marion Deveaud --- tools/debsbom.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 tools/debsbom.json diff --git a/tools/debsbom.json b/tools/debsbom.json new file mode 100644 index 0000000..ae566d0 --- /dev/null +++ b/tools/debsbom.json @@ -0,0 +1,40 @@ +{ + "$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": [ + "AUTHOR", + "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 From 118434a59db57719e8f59f3ee0880eaa28b3241e Mon Sep 17 00:00:00 2001 From: Marion Deveaud Date: Fri, 10 Jul 2026 15:22:56 +0200 Subject: [PATCH 2/2] fix(debsbom): remove the AUTHOR function Signed-off-by: Marion Deveaud --- tools/debsbom.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/debsbom.json b/tools/debsbom.json index ae566d0..034f01f 100644 --- a/tools/debsbom.json +++ b/tools/debsbom.json @@ -15,7 +15,6 @@ "OPEN_SOURCE" ], "functions": [ - "AUTHOR", "PACKAGE_MANAGER_INTEGRATION" ], "packaging": [