From 1aed89114db5a63b45e131bb46eeea85d043fd7a Mon Sep 17 00:00:00 2001 From: Edward Brough Date: Fri, 19 May 2023 18:43:07 +0000 Subject: [PATCH] adding gitpod idp --- config/config.jsn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/config.jsn b/config/config.jsn index 6c2dff21e..336ba3a7c 100644 --- a/config/config.jsn +++ b/config/config.jsn @@ -20,6 +20,11 @@ "IssuerURL": "https://token.actions.githubusercontent.com", "ClientID": "sigstore", "Type": "github-workflow" + }, + "https://api.gitpod.io/idp": { + "IssuerURL": "https://api.gitpod.io/idp", + "ClientID": "sigstore", + "Type": "email" } } }