Skip to content

Commit

Permalink
Assure v1.2 and v1.3 schemas include their dep. schemas
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rutkowski <[email protected]>
  • Loading branch information
mrutkows committed Nov 18, 2024
1 parent f0bdde1 commit f65e046
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions resources/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"file": "schema/cyclonedx/1.2/bom-1.2.schema.json",
"development": "https://github.com/CycloneDX/specification/blob/master/schema/bom-1.2.schema.json",
"url": "https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.2.schema.json",
"default": false
"default": false,
"dependencies": ["spdx.schema.json"]
},
{
"version": "1.2",
Expand All @@ -92,7 +93,8 @@
"file": "schema/cyclonedx/1.2/bom-1.2-strict.schema.json",
"development": "https://github.com/CycloneDX/specification/blob/master/schema/bom-1.2-strict.schema.json",
"url": "https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.2-strict.schema.json",
"default": false
"default": false,
"dependencies": ["spdx.schema.json"]
},
{
"version": "1.3",
Expand All @@ -101,7 +103,8 @@
"file": "schema/cyclonedx/1.3/bom-1.3.schema.json",
"development": "https://github.com/CycloneDX/specification/blob/master/schema/bom-1.3.schema.json",
"url": "https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.3.schema.json",
"default": false
"default": false,
"dependencies": ["spdx.schema.json"]
},
{
"version": "1.3",
Expand All @@ -110,7 +113,8 @@
"file": "schema/cyclonedx/1.3/bom-1.3-strict.schema.json",
"development": "https://github.com/CycloneDX/specification/blob/master/schema/bom-1.3-strict.schema.json",
"url": "https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.3-strict.schema.json",
"default": false
"default": false,
"dependencies": ["spdx.schema.json"]
},
{
"version": "1.4",
Expand Down Expand Up @@ -149,7 +153,8 @@
"file": "schema/test/bom-1.3-custom.schema.json",
"development":"https://github.com/CycloneDX/sbom-utility/blob/main/resources/schema/test/bom-1.3-custom.schema.json",
"url": "",
"default": false
"default": false,
"dependencies": ["spdx.schema.json"]
},
{
"version": "1.4",
Expand Down

0 comments on commit f65e046

Please sign in to comment.