Skip to content

Commit b20f0ef

Browse files
authored
Merge pull request #25711 from github/repo-sync
repo sync
2 parents d661b88 + cc2c470 commit b20f0ef

File tree

1 file changed

+8
-21
lines changed

1 file changed

+8
-21
lines changed

data/secret-scanning.yml

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,19 +2421,6 @@
24212421
hasPushProtection: false
24222422
hasValidityCheck: false
24232423

2424-
- provider: 'Stripe'
2425-
supportedSecret: 'Stripe API Key'
2426-
secretType: 'stripe_api_key'
2427-
versions:
2428-
fpt: '*'
2429-
ghec: '*'
2430-
ghes: '*'
2431-
ghae: '*'
2432-
isPublic: false
2433-
isPrivateWithGhas: true
2434-
hasPushProtection: false
2435-
hasValidityCheck: false
2436-
24372424
- provider: 'Stripe'
24382425
supportedSecret: 'Stripe Live API Restricted Key'
24392426
secretType: 'stripe_live_restricted_key'
@@ -2448,29 +2435,29 @@
24482435
hasValidityCheck: false
24492436

24502437
- provider: 'Stripe'
2451-
supportedSecret: 'Stripe Live API Secret Key'
2452-
secretType: 'stripe_live_secret_key'
2438+
supportedSecret: 'Stripe API Key'
2439+
secretType: 'stripe_api_key'
24532440
versions:
24542441
fpt: '*'
24552442
ghec: '*'
24562443
ghes: '*'
24572444
ghae: '*'
24582445
isPublic: true
24592446
isPrivateWithGhas: true
2460-
hasPushProtection: false
2447+
hasPushProtection: true
24612448
hasValidityCheck: false
24622449

24632450
- provider: 'Stripe'
2464-
supportedSecret: 'Stripe Live API Secret Key'
2465-
secretType: 'stripe_api_key'
2451+
supportedSecret: 'Stripe Legacy API Secret Key'
2452+
secretType: 'stripe_legacy_api_key'
24662453
versions:
24672454
fpt: '*'
24682455
ghec: '*'
24692456
ghes: '>=3.5'
24702457
ghae: '>= 3.5'
2471-
isPublic: false
2472-
isPrivateWithGhas: false
2473-
hasPushProtection: true
2458+
isPublic: true
2459+
isPrivateWithGhas: true
2460+
hasPushProtection: false
24742461
hasValidityCheck: false
24752462

24762463
- provider: 'Stripe'

0 commit comments

Comments
 (0)