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
17 changes: 14 additions & 3 deletions src/secret-scanning/data/public-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: Doppler
supportedSecret: Doppler SCIM Token
Expand Down Expand Up @@ -3698,7 +3698,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: true
- provider: Slack
supportedSecret: Slack API Token
Expand Down Expand Up @@ -3999,6 +3999,17 @@
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Tencent
supportedSecret: Tencent Cloud International Access Token
secretType: tencent_cloud_intl_access_token
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Tencent
supportedSecret: Tencent Cloud Secret ID
secretType: tencent_cloud_secret_id
Expand Down Expand Up @@ -4213,7 +4224,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: Yandex
supportedSecret: Yandex.Cloud 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": "cc6e45651c0156064ffa8604dad1dfb6256a4a85",
"blob-sha": "6c6949487ed87adb16e5e6d9706ef7fb35929cdb",
"sha": "e3e9f53cd5abf83f8d63c7cdf5159ebd9ced145c",
"blob-sha": "d378a032277ebe231aa64e9228819ece8f2ca841",
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
}
Loading