Skip to content

Commit ae57a16

Browse files
authored
Merge pull request #40811 from github/repo-sync
Repo sync
2 parents fcced7f + 68e34b0 commit ae57a16

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

src/secret-scanning/data/public-docs.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,6 +1324,18 @@
13241324
hasValidityCheck: false
13251325
base64Supported: false
13261326
isduplicate: true
1327+
- provider: Azure
1328+
supportedSecret: Azure Storage Account Access Key Base64 Encoded
1329+
secretType: azure_storage_account_key_base64
1330+
versions:
1331+
fpt: '*'
1332+
ghec: '*'
1333+
isPublic: true
1334+
isPrivateWithGhas: true
1335+
hasPushProtection: true
1336+
hasValidityCheck: false
1337+
base64Supported: true
1338+
isduplicate: false
13271339
- provider: Azure
13281340
supportedSecret: Azure Text Analytics Key
13291341
secretType: azure_text_analytics_key
@@ -3196,6 +3208,18 @@
31963208
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
31973209
base64Supported: false
31983210
isduplicate: false
3211+
- provider: Hugging Face
3212+
supportedSecret: Hugging Face User Access Token Base64 Encoded
3213+
secretType: hf_user_access_token_base64
3214+
versions:
3215+
fpt: '*'
3216+
ghec: '*'
3217+
isPublic: true
3218+
isPrivateWithGhas: true
3219+
hasPushProtection: true
3220+
hasValidityCheck: false
3221+
base64Supported: true
3222+
isduplicate: false
31993223
- provider: Intercom
32003224
supportedSecret: Intercom Access Token
32013225
secretType: intercom_access_token
@@ -5513,6 +5537,18 @@
55135537
hasValidityCheck: false
55145538
base64Supported: false
55155539
isduplicate: false
5540+
- provider: Twilio
5541+
supportedSecret: Twilio Account String Identifier Base64 Encoded
5542+
secretType: twilio_account_sid_base64
5543+
versions:
5544+
fpt: '*'
5545+
ghec: '*'
5546+
isPublic: true
5547+
isPrivateWithGhas: true
5548+
hasPushProtection: true
5549+
hasValidityCheck: false
5550+
base64Supported: true
5551+
isduplicate: false
55165552
- provider: Twilio
55175553
supportedSecret: Twilio API Key
55185554
secretType: twilio_api_key
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sha": "d9b6f5d1cc49b0244927746bb3cc3b0ee35a67f7",
3-
"blob-sha": "f9097b9e8b93a9b46bbf0cc0ceb91d06cb137efb",
2+
"sha": "b214c03689c4a14668227cf74dd43936c3b40cf8",
3+
"blob-sha": "1f146e744760e3642d6570d174f518638bb733d2",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)