-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
config.json
137 lines (137 loc) · 6.83 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"formats": [
{
"canonicalName": "SPDX",
"propertyKeyFormat": "SPDXID",
"propertyKeyVersion": "spdxVersion",
"propertyValueFormat": "SPDXRef-DOCUMENT",
"schemas": [
{
"version": "SPDX-2.2",
"variant": "",
"name": "SPDX v2.2.2",
"file": "schema/spdx/2.2.2/spdx-schema.json",
"development": "https://github.com/spdx/spdx-spec/blob/development/v2.2.2/schemas/spdx-schema.json",
"url": "https://raw.githubusercontent.com/spdx/spdx-spec/v2.2.2/schemas/spdx-schema.json",
"default": false
},
{
"version": "SPDX-2.2",
"variant": "2.2.1",
"name": "SPDX v2.2.1",
"file": "schema/spdx/2.2.1/spdx-schema.json",
"development": "https://github.com/spdx/spdx-spec/blob/development/v2.2.1/schemas/spdx-schema.json",
"url": "https://raw.githubusercontent.com/spdx/spdx-spec/v2.2.1/schemas/spdx-schema.json",
"default": false
},
{
"version": "SPDX-2.3",
"variant": "",
"name": "SPDX v2.3",
"file": "schema/spdx/2.3/spdx-schema.json",
"development": "https://github.com/spdx/spdx-spec/blob/development/v2.3/schemas/spdx-schema.json",
"url": "https://raw.githubusercontent.com/spdx/spdx-spec/development/v2.3/schemas/spdx-schema.json",
"default": true
},
{
"version": "SPDX-2.3",
"variant": "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",
"default": false
}
]
},
{
"canonicalName": "CycloneDX",
"propertyKeyFormat": "bomFormat",
"propertyKeyVersion": "specVersion",
"propertyValueFormat": "CycloneDX",
"schemas": [
{
"version": "1.2",
"variant": "",
"name": "CycloneDX v1.2",
"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
},
{
"version": "1.2",
"variant": "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",
"default": false
},
{
"version": "1.3",
"variant": "",
"name": "CycloneDX v1.3",
"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
},
{
"version": "1.3",
"variant": "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",
"default": false
},
{
"version": "1.4",
"variant": "",
"name": "CycloneDX v1.4",
"file": "schema/cyclonedx/1.4/bom-1.4.schema.json",
"development": "https://github.com/CycloneDX/specification/blob/master/schema/bom-1.4.schema.json",
"url": "https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.4.schema.json",
"default": true
},
{
"version": "1.5",
"variant": "",
"name": "CycloneDX v1.5",
"file": "schema/cyclonedx/1.5/bom-1.5.schema.json",
"development": "https://github.com/CycloneDX/specification/blob/master/schema/bom-1.5.schema.json",
"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",
"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
},
{
"version": "1.4",
"variant": "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": "",
"default": false
}
]
}
]
}