Skip to content

Commit

Permalink
Sync sample config.json with resources version (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rutkowski <[email protected]>
  • Loading branch information
mrutkows authored Aug 2, 2024
1 parent 43cc1f8 commit b538cf9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Filesystem
.DS_Store

# make target file types
sbom-utility*
/release
Expand Down
19 changes: 14 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"version": "SPDX-2.3",
"variant": "development",
"name": "SPDX v2.3.1 (development)",
"name": "SPDX v2.3.1",
"file": "schema/spdx/2.3.1/spdx-schema.json",
"development": "https://github.com/spdx/spdx-spec/blob/development/v2.3.1/schemas/spdx-schema.json",
"url": "https://raw.githubusercontent.com/spdx/spdx-spec/development/v2.3.1/schemas/spdx-schema.json",
Expand All @@ -62,7 +62,7 @@
{
"version": "1.2",
"variant": "strict",
"name": "CycloneDX v1.2 (strict)",
"name": "CycloneDX v1.2",
"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",
Expand All @@ -80,7 +80,7 @@
{
"version": "1.3",
"variant": "strict",
"name": "CycloneDX v1.3 (strict)",
"name": "CycloneDX v1.3",
"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",
Expand All @@ -104,10 +104,19 @@
"url": "https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.5.schema.json",
"default": false
},
{
"version": "1.6",
"variant": "",
"name": "CycloneDX v1.6",
"file": "schema/cyclonedx/1.6/bom-1.6.schema.json",
"development": "https://github.com/CycloneDX/specification/blob/master/schema/bom-1.6.schema.json",
"url": "https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.6.schema.json",
"default": true
},
{
"version": "1.3",
"variant": "custom",
"name": "CycloneDX v1.3 (custom)",
"name": "CycloneDX v1.3",
"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": "",
Expand All @@ -116,7 +125,7 @@
{
"version": "1.4",
"variant": "custom",
"name": "CycloneDX v1.4 (custom)",
"name": "CycloneDX v1.4",
"file": "schema/test/bom-1.4-custom.schema.json",
"development":"https://github.com/CycloneDX/sbom-utility/blob/main/resources/schema/test/bom-1.4-custom.schema.json",
"url": "",
Expand Down

0 comments on commit b538cf9

Please sign in to comment.