From 65b65070f92499947ce4d6ae08b56561c5e9db75 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 3 Mar 2022 11:15:43 +0100 Subject: [PATCH] Add codenarty support to build specifications --- 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"