File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments