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'