-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcustom.json
23 lines (23 loc) · 869 Bytes
/
custom.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"validation": {
"metadata": {
"_selector": "metadata.properties",
"properties": [
{
"name": "urn:example.com:disclaimer",
"value": "This SBOM is current as of the date it was generated and is subject to change\\.",
"_validate_description": "matches fixed value",
"_validate_key": "name",
"_validate_unique": "name"
},
{
"name": "urn:example.com:classification",
"value": "This SBOM is Confidential Information. Do not distribute\\.",
"_validate_description": "matches fixed value",
"_validate_key": "name",
"_validate_unique": "name"
}
]
}
}
}