diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index 5da4967c25..0d327da843 100644 --- a/src/secret-scanning/data/public-docs.yml +++ b/src/secret-scanning/data/public-docs.yml @@ -4330,6 +4330,54 @@ hasValidityCheck: false base64Supported: false isduplicate: false +- provider: Paddle + supportedSecret: Paddle API Key + secretType: paddle_api_key + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + base64Supported: false + isduplicate: false +- provider: Paddle + supportedSecret: Paddle Development API Key + secretType: paddle_development_api_key + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + base64Supported: false + isduplicate: false +- provider: Paddle + supportedSecret: Paddle Sandbox API Key + secretType: paddle_sandbox_api_key + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + base64Supported: false + isduplicate: false +- provider: Paddle + supportedSecret: Paddle Staging API Key + secretType: paddle_staging_api_key + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: false + hasPushProtection: false + hasValidityCheck: false + base64Supported: false + isduplicate: false - provider: PagerDuty supportedSecret: PagerDuty OAuth Secret secretType: pagerduty_oauth_secret @@ -5096,6 +5144,7 @@ versions: fpt: '*' ghec: '*' + ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true @@ -5108,6 +5157,7 @@ versions: fpt: '*' ghec: '*' + ghes: '>=3.16' isPublic: false isPrivateWithGhas: true hasPushProtection: true diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index d5d94eaa73..a7d751cd2d 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "8ff4c12fe79e4cd591f8464df62701bd700c77fa", - "blob-sha": "63a23e861c756122353370d3c0cd77875be4274c", + "sha": "b2e76ee1382a1b4a5514ca4219cf18e3b8574eb8", + "blob-sha": "c57a6a7221e0d5d9834d7500fbe0f19871267f6d", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file