From cc2c47063fc01ae768ca2b7d236c514b9c3aa725 Mon Sep 17 00:00:00 2001 From: Natalee Webb <100899613+nattywombat@users.noreply.github.com> Date: Thu, 25 May 2023 22:45:04 -0700 Subject: [PATCH] Update secret-scanning.yml (#37297) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> Co-authored-by: marz --- data/secret-scanning.yml | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/data/secret-scanning.yml b/data/secret-scanning.yml index ebab82525e..93ffdb0f01 100644 --- a/data/secret-scanning.yml +++ b/data/secret-scanning.yml @@ -2421,19 +2421,6 @@ hasPushProtection: false hasValidityCheck: false -- provider: 'Stripe' - supportedSecret: 'Stripe API Key' - secretType: 'stripe_api_key' - versions: - fpt: '*' - ghec: '*' - ghes: '*' - ghae: '*' - isPublic: false - isPrivateWithGhas: true - hasPushProtection: false - hasValidityCheck: false - - provider: 'Stripe' supportedSecret: 'Stripe Live API Restricted Key' secretType: 'stripe_live_restricted_key' @@ -2448,8 +2435,8 @@ hasValidityCheck: false - provider: 'Stripe' - supportedSecret: 'Stripe Live API Secret Key' - secretType: 'stripe_live_secret_key' + supportedSecret: 'Stripe API Key' + secretType: 'stripe_api_key' versions: fpt: '*' ghec: '*' @@ -2457,20 +2444,20 @@ ghae: '*' isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: false - provider: 'Stripe' - supportedSecret: 'Stripe Live API Secret Key' - secretType: 'stripe_api_key' + supportedSecret: 'Stripe Legacy API Secret Key' + secretType: 'stripe_legacy_api_key' versions: fpt: '*' ghec: '*' ghes: '>=3.5' ghae: '>= 3.5' - isPublic: false - isPrivateWithGhas: false - hasPushProtection: true + isPublic: true + isPrivateWithGhas: true + hasPushProtection: false hasValidityCheck: false - provider: 'Stripe'