Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 8 additions & 21 deletions data/secret-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -2448,29 +2435,29 @@
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: '*'
ghes: '*'
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'
Expand Down