Skip to content

Commit 584b24d

Browse files
Corrected issue with schema and test case
Signed-off-by: Steve Springett <steve@springett.us>
1 parent 2469bfc commit 584b24d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

schema/bom-1.5.schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@
156156
"type": "object",
157157
"title": "Lifecycle",
158158
"description": "The product lifecycle(s) that this BOM represents.",
159-
"additionalProperties": false,
160159
"oneOf": [
161160
{
162161
"required": ["phase"],

tools/src/test/resources/1.5/valid-evidence-1.5.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
],
6666
"line": 150,
6767
"column": 17,
68-
"fullFilename": "/path/to/log4j-core-2.14.0.jar!/org/apache/logging/log4j/core/Logger.class",
68+
"fullFilename": "/path/to/log4j-core-2.14.0.jar!/org/apache/logging/log4j/core/Logger.class"
6969
},
7070
{
7171
"module": "HelloWorld.class",

0 commit comments

Comments
 (0)