diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index 207e27a6b95e..de945bc37680 100644 --- a/src/secret-scanning/data/public-docs.yml +++ b/src/secret-scanning/data/public-docs.yml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index 3476d87107b3..ae01b8ec340b 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "cc6e45651c0156064ffa8604dad1dfb6256a4a85", - "blob-sha": "6c6949487ed87adb16e5e6d9706ef7fb35929cdb", + "sha": "e3e9f53cd5abf83f8d63c7cdf5159ebd9ced145c", + "blob-sha": "d378a032277ebe231aa64e9228819ece8f2ca841", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file