From 775ce4d11a14aeeb3aa5e5e2ff47bd4662e64ee7 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 4 Jun 2026 07:03:16 +0200 Subject: [PATCH] add the Apache CycloneDX Ant Task Library Signed-off-by: Stefan Bodewig --- tools/cyclonedx_for_ant.json | 53 ++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 tools/cyclonedx_for_ant.json diff --git a/tools/cyclonedx_for_ant.json b/tools/cyclonedx_for_ant.json new file mode 100644 index 0000000..42a53b0 --- /dev/null +++ b/tools/cyclonedx_for_ant.json @@ -0,0 +1,53 @@ +{ + "$schema": "https://cyclonedx.org/schema/tool-center-v2.tool.schema.json", + "specVersion": "2.0", + "tool": { + "name": "CycloneDX for Apache Ant", + "publisher": "The Apache Software Foundation / Apache Ant Project", + "description": "Library of Apache Ant tasks and types support the generation of CycloneDX SBOMs (JSON or XML) for Java projects", + "repository_url": "https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git", + "website_url": "https://ant.apache.org/antlibs/cyclonedx/", + "capabilities": [ + "SBOM" + ], + "availability": [ + "OPEN_SOURCE" + ], + "functions": [ + "AUTHOR" + ], + "transform": [ + "BOM_SERIALIZATION_FORMAT", + "BOM_VERSION" + ], + "packaging": [ + "LIBRARY" + ], + "library": [ + "JAVA" + ], + "platform": [ + "LINUX", + "MAC", + "WINDOWS" + ], + "lifecycle": [ + "BUILD", + "POST-BUILD" + ], + "supportedStandards": [ + "CYCLONEDX", + "PACKAGE_URL" + ], + "cycloneDxVersion": [ + "CYCLONEDX_V1.6", + "CYCLONEDX_V1.5", + "CYCLONEDX_V1.4", + "CYCLONEDX_V1.3", + "CYCLONEDX_V1.2" + ], + "supportedLanguages": [ + "JAVA" + ] + } +}