Skip to content

Commit b39c5a4

Browse files
bactgoneall
authored andcommitted
Add sbomType, packageVersion, copyrightText
Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent 6153d10 commit b39c5a4

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

dataset/example01/spdx3.0/example01.spdx3.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,22 @@
4949
"dataset"
5050
],
5151
"rootElement": [
52-
"https://spdx.org/spdxdocs/BOM1-d44af211-2646-43bc-9058-f6aabd30f7ab"
52+
"https://spdx.org/spdxdocs/SBOM1-d44af211-2646-43bc-9058-f6aabd30f7ab"
5353
]
5454
},
5555
{
56-
"type": "Bom",
57-
"spdxId": "https://spdx.org/spdxdocs/BOM1-d44af211-2646-43bc-9058-f6aabd30f7ab",
56+
"type": "software_Sbom",
57+
"spdxId": "https://spdx.org/spdxdocs/SBOM1-d44af211-2646-43bc-9058-f6aabd30f7ab",
5858
"creationInfo": "_:creationinfo",
5959
"profileConformance": [
6060
"core",
6161
"dataset"
6262
],
6363
"rootElement": [
6464
"https://spdx.org/spdxdocs/DatasetPackage1-035470d9-3ede-4952-91c8-c2abb943c90b"
65+
],
66+
"software_sbomType": [
67+
"analyzed"
6568
]
6669
},
6770
{
@@ -75,6 +78,8 @@
7578
"suppliedBy": "https://spdx.org/spdxdocs/Organization1-cb617656-1023-45e7-84c7-a9311644337b",
7679
"builtTime": "2023-12-16T11:22:38Z",
7780
"releaseTime": "2024-04-15T08:10:00Z",
81+
"software_packageVersion": "2024-04-15",
82+
"software_copyrightText": "Copyright Our World in Data",
7883
"software_downloadLocation": "https://github.com/owid/co2-data/",
7984
"verifiedUsing": [
8085
{

0 commit comments

Comments
 (0)