Skip to content
Merged
Show file tree
Hide file tree
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
36 changes: 36 additions & 0 deletions src/secret-scanning/data/public-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/secret-scanning/lib/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sha": "d9b6f5d1cc49b0244927746bb3cc3b0ee35a67f7",
"blob-sha": "f9097b9e8b93a9b46bbf0cc0ceb91d06cb137efb",
"sha": "b214c03689c4a14668227cf74dd43936c3b40cf8",
"blob-sha": "1f146e744760e3642d6570d174f518638bb733d2",
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
}
Loading