Skip to content

Commit 775ce4d

Browse files
committed
add the Apache CycloneDX Ant Task Library
Signed-off-by: Stefan Bodewig <bodewig@apache.org>
1 parent 9e662c3 commit 775ce4d

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

tools/cyclonedx_for_ant.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"$schema": "https://cyclonedx.org/schema/tool-center-v2.tool.schema.json",
3+
"specVersion": "2.0",
4+
"tool": {
5+
"name": "CycloneDX for Apache Ant",
6+
"publisher": "The Apache Software Foundation / Apache Ant Project",
7+
"description": "Library of Apache Ant tasks and types support the generation of CycloneDX SBOMs (JSON or XML) for Java projects",
8+
"repository_url": "https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git",
9+
"website_url": "https://ant.apache.org/antlibs/cyclonedx/",
10+
"capabilities": [
11+
"SBOM"
12+
],
13+
"availability": [
14+
"OPEN_SOURCE"
15+
],
16+
"functions": [
17+
"AUTHOR"
18+
],
19+
"transform": [
20+
"BOM_SERIALIZATION_FORMAT",
21+
"BOM_VERSION"
22+
],
23+
"packaging": [
24+
"LIBRARY"
25+
],
26+
"library": [
27+
"JAVA"
28+
],
29+
"platform": [
30+
"LINUX",
31+
"MAC",
32+
"WINDOWS"
33+
],
34+
"lifecycle": [
35+
"BUILD",
36+
"POST-BUILD"
37+
],
38+
"supportedStandards": [
39+
"CYCLONEDX",
40+
"PACKAGE_URL"
41+
],
42+
"cycloneDxVersion": [
43+
"CYCLONEDX_V1.6",
44+
"CYCLONEDX_V1.5",
45+
"CYCLONEDX_V1.4",
46+
"CYCLONEDX_V1.3",
47+
"CYCLONEDX_V1.2"
48+
],
49+
"supportedLanguages": [
50+
"JAVA"
51+
]
52+
}
53+
}

0 commit comments

Comments
 (0)