From ea65f26c208100fe4aae8477fc54567cbf4b7587 Mon Sep 17 00:00:00 2001 From: Natalee Webb <100899613+nattywombat@users.noreply.github.com> Date: Mon, 24 Apr 2023 00:12:58 -0700 Subject: [PATCH] adding new secret scanning partners to public docs (#36556) Co-authored-by: Sarah Schneider Co-authored-by: Sarah Schneider Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- data/secret-scanning.yml | 42 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/data/secret-scanning.yml b/data/secret-scanning.yml index 37c61a3c06..bc49e454e4 100644 --- a/data/secret-scanning.yml +++ b/data/secret-scanning.yml @@ -1125,19 +1125,6 @@ hasPushProtection: false hasValidityCheck: false -- provider: 'Grafana' - supportedSecret: 'Grafana API Key' - secretType: 'grafana_api_key' - versions: - fpt: '*' - ghec: '*' - ghes: '>=3.5' - ghae: '>= 3.5' - isPublic: false - isPrivateWithGhas: true - hasPushProtection: true - hasValidityCheck: false - - provider: 'Grafana' supportedSecret: 'Grafana Cloud API Key' secretType: 'grafana_cloud_api_key' @@ -1146,7 +1133,7 @@ ghec: '*' ghes: '>3.7' ghae: '>3.7' - isPublic: false + isPublic: true isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false @@ -1159,7 +1146,7 @@ ghec: '*' ghes: '>3.7' ghae: '>3.7' - isPublic: false + isPublic: true isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false @@ -1172,7 +1159,7 @@ ghec: '*' ghes: '>3.7' ghae: '>3.7' - isPublic: false + isPublic: true isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false @@ -1185,7 +1172,7 @@ ghec: '*' ghes: '>3.7' ghae: '>3.7' - isPublic: false + isPublic: true isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false @@ -1289,7 +1276,7 @@ ghec: '*' ghes: '>3.9' ghae: '>3.9' - isPublic: false + isPublic: true isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false @@ -1302,7 +1289,7 @@ ghec: '*' ghes: '>3.9' ghae: '>3.9' - isPublic: false + isPublic: true isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false @@ -1315,7 +1302,7 @@ ghec: '*' ghes: '>3.9' ghae: '>3.9' - isPublic: false + isPublic: true isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false @@ -1328,7 +1315,7 @@ ghec: '*' ghes: '>3.9' ghae: '>3.9' - isPublic: false + isPublic: true isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false @@ -2057,6 +2044,19 @@ hasPushProtection: true hasValidityCheck: false +- provider: 'Rootly' + supportedSecret: 'Rootly API Key' + secretType: 'rootly_api_key' + versions: + fpt: '*' + ghec: '*' + ghes: '>3.9' + ghae: '>3.9' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + - provider: 'RubyGems' supportedSecret: 'RubyGems API Key' secretType: 'rubygems_api_key'