diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index d2766761cf1c..9a884058952e 100644 --- a/src/secret-scanning/data/public-docs.yml +++ b/src/secret-scanning/data/public-docs.yml @@ -2297,7 +2297,7 @@ ghes: '*' isPublic: true isPrivateWithGhas: true - hasPushProtection: false + hasPushProtection: true hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: true - provider: Mailgun @@ -3259,6 +3259,17 @@ hasPushProtection: true hasValidityCheck: false isduplicate: false +- provider: RunPod + supportedSecret: RunPod API Key + secretType: runpod_api_key + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: true + hasPushProtection: true + hasValidityCheck: false + isduplicate: false - provider: Samsara supportedSecret: Samsara API Token secretType: samsara_api_token diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index b42af85e2bae..716bcdddf3ff 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "9f92faecb30f2a5c2e516eb729b85340aadc5a48", - "blob-sha": "f01387c07db9fa49fb27848e264a5eae5e4d19a0", + "sha": "b4145ecdc18a91d474bee1fd9628de17833b4a35", + "blob-sha": "c577f9698f2c54db3054f5652f4f47ebe87b6de4", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file