From b1cf2cf6f03b807a806a5a0134ecaa91f63c67f1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 3 Mar 2022 11:19:28 +0100 Subject: [PATCH] Add codenotary support to build specifications (#86) --- src/build.schema.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/build.schema.json b/src/build.schema.json index 04f447c..0eee8fc 100644 --- a/src/build.schema.json +++ b/src/build.schema.json @@ -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"