diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index bc8e495b3e..6c5022f4e4 100644 --- a/src/secret-scanning/data/public-docs.yml +++ b/src/secret-scanning/data/public-docs.yml @@ -1324,6 +1324,18 @@ hasValidityCheck: false base64Supported: false isduplicate: true +- provider: Azure + supportedSecret: Azure Storage Account Access Key Base64 Encoded + secretType: azure_storage_account_key_base64 + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: true + hasPushProtection: true + hasValidityCheck: false + base64Supported: true + isduplicate: false - provider: Azure supportedSecret: Azure Text Analytics Key secretType: azure_text_analytics_key @@ -3196,6 +3208,18 @@ hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false +- provider: Hugging Face + supportedSecret: Hugging Face User Access Token Base64 Encoded + secretType: hf_user_access_token_base64 + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: true + hasPushProtection: true + hasValidityCheck: false + base64Supported: true + isduplicate: false - provider: Intercom supportedSecret: Intercom Access Token secretType: intercom_access_token @@ -5513,6 +5537,18 @@ hasValidityCheck: false base64Supported: false isduplicate: false +- provider: Twilio + supportedSecret: Twilio Account String Identifier Base64 Encoded + secretType: twilio_account_sid_base64 + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: true + hasPushProtection: true + hasValidityCheck: false + base64Supported: true + isduplicate: false - provider: Twilio supportedSecret: Twilio API Key secretType: twilio_api_key diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index 1d5acb324f..17aff28385 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "d9b6f5d1cc49b0244927746bb3cc3b0ee35a67f7", - "blob-sha": "f9097b9e8b93a9b46bbf0cc0ceb91d06cb137efb", + "sha": "b214c03689c4a14668227cf74dd43936c3b40cf8", + "blob-sha": "1f146e744760e3642d6570d174f518638bb733d2", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file