Skip to content

Commit 9678d0c

Browse files
authored
Merge pull request #38997 from github/repo-sync
Repo sync
2 parents 3a40f20 + b3fd156 commit 9678d0c

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

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

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@
13031303
isPublic: true
13041304
isPrivateWithGhas: true
13051305
hasPushProtection: true
1306-
hasValidityCheck: false
1306+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
13071307
isduplicate: false
13081308
- provider: Doppler
13091309
supportedSecret: Doppler SCIM Token
@@ -3698,7 +3698,7 @@
36983698
isPublic: true
36993699
isPrivateWithGhas: true
37003700
hasPushProtection: false
3701-
hasValidityCheck: false
3701+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
37023702
isduplicate: true
37033703
- provider: Slack
37043704
supportedSecret: Slack API Token
@@ -3999,6 +3999,17 @@
39993999
hasPushProtection: true
40004000
hasValidityCheck: false
40014001
isduplicate: false
4002+
- provider: Tencent
4003+
supportedSecret: Tencent Cloud International Access Token
4004+
secretType: tencent_cloud_intl_access_token
4005+
versions:
4006+
fpt: '*'
4007+
ghec: '*'
4008+
isPublic: true
4009+
isPrivateWithGhas: true
4010+
hasPushProtection: false
4011+
hasValidityCheck: false
4012+
isduplicate: false
40024013
- provider: Tencent
40034014
supportedSecret: Tencent Cloud Secret ID
40044015
secretType: tencent_cloud_secret_id
@@ -4213,7 +4224,7 @@
42134224
isPublic: true
42144225
isPrivateWithGhas: true
42154226
hasPushProtection: false
4216-
hasValidityCheck: false
4227+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
42174228
isduplicate: false
42184229
- provider: Yandex
42194230
supportedSecret: Yandex.Cloud API Key
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sha": "cc6e45651c0156064ffa8604dad1dfb6256a4a85",
3-
"blob-sha": "6c6949487ed87adb16e5e6d9706ef7fb35929cdb",
2+
"sha": "e3e9f53cd5abf83f8d63c7cdf5159ebd9ced145c",
3+
"blob-sha": "d378a032277ebe231aa64e9228819ece8f2ca841",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)