Skip to content

Commit b538cf9

Browse files
authored
Sync sample config.json with resources version (#108)
Signed-off-by: Matt Rutkowski <[email protected]>
1 parent 43cc1f8 commit b538cf9

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Filesystem
2+
.DS_Store
3+
14
# make target file types
25
sbom-utility*
36
/release

config.json

+14-5
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"version": "SPDX-2.3",
3838
"variant": "development",
39-
"name": "SPDX v2.3.1 (development)",
39+
"name": "SPDX v2.3.1",
4040
"file": "schema/spdx/2.3.1/spdx-schema.json",
4141
"development": "https://github.com/spdx/spdx-spec/blob/development/v2.3.1/schemas/spdx-schema.json",
4242
"url": "https://raw.githubusercontent.com/spdx/spdx-spec/development/v2.3.1/schemas/spdx-schema.json",
@@ -62,7 +62,7 @@
6262
{
6363
"version": "1.2",
6464
"variant": "strict",
65-
"name": "CycloneDX v1.2 (strict)",
65+
"name": "CycloneDX v1.2",
6666
"file": "schema/cyclonedx/1.2/bom-1.2-strict.schema.json",
6767
"development": "https://github.com/CycloneDX/specification/blob/master/schema/bom-1.2-strict.schema.json",
6868
"url": "https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.2-strict.schema.json",
@@ -80,7 +80,7 @@
8080
{
8181
"version": "1.3",
8282
"variant": "strict",
83-
"name": "CycloneDX v1.3 (strict)",
83+
"name": "CycloneDX v1.3",
8484
"file": "schema/cyclonedx/1.3/bom-1.3-strict.schema.json",
8585
"development": "https://github.com/CycloneDX/specification/blob/master/schema/bom-1.3-strict.schema.json",
8686
"url": "https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.3-strict.schema.json",
@@ -104,10 +104,19 @@
104104
"url": "https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.5.schema.json",
105105
"default": false
106106
},
107+
{
108+
"version": "1.6",
109+
"variant": "",
110+
"name": "CycloneDX v1.6",
111+
"file": "schema/cyclonedx/1.6/bom-1.6.schema.json",
112+
"development": "https://github.com/CycloneDX/specification/blob/master/schema/bom-1.6.schema.json",
113+
"url": "https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.6.schema.json",
114+
"default": true
115+
},
107116
{
108117
"version": "1.3",
109118
"variant": "custom",
110-
"name": "CycloneDX v1.3 (custom)",
119+
"name": "CycloneDX v1.3",
111120
"file": "schema/test/bom-1.3-custom.schema.json",
112121
"development":"https://github.com/CycloneDX/sbom-utility/blob/main/resources/schema/test/bom-1.3-custom.schema.json",
113122
"url": "",
@@ -116,7 +125,7 @@
116125
{
117126
"version": "1.4",
118127
"variant": "custom",
119-
"name": "CycloneDX v1.4 (custom)",
128+
"name": "CycloneDX v1.4",
120129
"file": "schema/test/bom-1.4-custom.schema.json",
121130
"development":"https://github.com/CycloneDX/sbom-utility/blob/main/resources/schema/test/bom-1.4-custom.schema.json",
122131
"url": "",

0 commit comments

Comments
 (0)