Skip to content

Commit c7a7ad6

Browse files
committed
Support CycloneDX v1.7 schema out-of-box
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
1 parent a8c00cd commit c7a7ad6

2 files changed

Lines changed: 6710 additions & 0 deletions

File tree

resources/config/config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,16 @@
146146
"default": true,
147147
"dependencies": ["jsf-0.82.schema.json", "spdx.schema.json"]
148148
},
149+
{
150+
"version": "1.7",
151+
"variant": "",
152+
"name": "CycloneDX v1.7",
153+
"file": "schema/cyclonedx/1.7/bom-1.7.schema.json",
154+
"development": "https://github.com/CycloneDX/specification/blob/master/schema/bom-1.7.schema.json",
155+
"url": "https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.7.schema.json",
156+
"default": true,
157+
"dependencies": ["jsf-0.82.schema.json", "spdx.schema.json"]
158+
},
149159
{
150160
"version": "1.3",
151161
"variant": "custom",

0 commit comments

Comments
 (0)