Skip to content

Commit a7a7b71

Browse files
fix: update test data for lib4vex 0.2.0 (fixes #4402) (#4403)
1 parent 95714d8 commit a7a7b71

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/vex/test_cyclonedx_vex.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"components": [
1111
{
1212
"name": "lib4vex",
13-
"version": "0.1.0",
13+
"version": "0.2.0",
1414
"type": "application"
1515
}
1616
]
@@ -23,6 +23,10 @@
2323
],
2424
"component": {
2525
"type": "application",
26+
"supplier": {
27+
"name": "dummy-vendor"
28+
},
29+
"version": "1.0",
2630
"bom-ref": "CDXRef-DOCUMENT",
2731
"name": "dummy-product"
2832
}

0 commit comments

Comments
 (0)