Skip to content

Commit

Permalink
Add codenotary support to build specifications (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 3, 2022
1 parent b728028 commit b1cf2cf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,21 @@
},
"type": "object"
},
"codenotary": {
"additionalProperties": false,
"default": {},
"properties": {
"signer": {
"type": "string",
"format": "email"
},
"base_image": {
"type": "string",
"format": "email"
}
},
"type": "object"
},
"labels": {
"additionalProperties": {
"type": "string"
Expand Down

0 comments on commit b1cf2cf

Please sign in to comment.