Skip to content

Commit c1605fe

Browse files
committed
feat
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent a251606 commit c1605fe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/functional/internals/OpPlug.node.jsonValidator.implementation.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ suite('functional: internals: OpPlug.node.jsonValidator implementation', () => {
4545
const schemaPath = Resources.FILES.CDX.JSON_SCHEMA[Version.v1dot7]
4646
const schemaMap = {
4747
'http://cyclonedx.org/schema/spdx.SNAPSHOT.schema.json': Resources.FILES.SPDX.JSON_SCHEMA,
48+
'http://cyclonedx.org/schema/cryptography-defs.SNAPSHOT.schema.json': Resources.FILES.CryptoDefs.JSON_SCHEMA,
4849
'http://cyclonedx.org/schema/jsf-0.82.SNAPSHOT.schema.json': Resources.FILES.JSF.JSON_SCHEMA
4950
}
5051
const validJson = '{"bomFormat": "CycloneDX", "specVersion": "1.7"}'

tests/functional/internals/OpPlug.node.jsonValidator.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ suite('functional: internals: OpPlug.node.jsonValidator auto', () => {
4646
const schemaPath = Resources.FILES.CDX.JSON_SCHEMA[Version.v1dot7]
4747
const schemaMap = {
4848
'http://cyclonedx.org/schema/spdx.SNAPSHOT.schema.json': Resources.FILES.SPDX.JSON_SCHEMA,
49+
'http://cyclonedx.org/schema/cryptography-defs.SNAPSHOT.schema.json': Resources.FILES.CryptoDefs.JSON_SCHEMA,
4950
'http://cyclonedx.org/schema/jsf-0.82.SNAPSHOT.schema.json': Resources.FILES.JSF.JSON_SCHEMA
5051
}
5152
const validJson = '{"bomFormat": "CycloneDX", "specVersion": "1.7"}'

0 commit comments

Comments
 (0)