diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index f2bb510e23cf..6b597f82c02a 100644 --- a/src/secret-scanning/data/public-docs.yml +++ b/src/secret-scanning/data/public-docs.yml @@ -369,7 +369,7 @@ isPrivateWithGhas: true hasPushProtection: true hasValidityCheck: false - isduplicate: false + isduplicate: true - provider: Atlassian supportedSecret: Atlassian API Token secretType: atlassian_api_token @@ -2607,7 +2607,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: false - provider: GuardSquare supportedSecret: GuardSquare AppSweep API Key @@ -4708,7 +4708,7 @@ isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: true - provider: Square supportedSecret: Square Production Application Secret @@ -5017,7 +5017,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: false - provider: Unkey supportedSecret: Unkey Root Key @@ -5064,7 +5064,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: false - provider: Wakatime supportedSecret: WakaTime App Secret @@ -5088,7 +5088,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: false - provider: Wakatime supportedSecret: WakaTime OAuth Refresh Token @@ -5207,7 +5207,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 Smartchapta Server Key diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index 5242dd7a5533..2dee8b468c83 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "7daab1873298e18f96c5efef95ffecf8e5d37f8c", - "blob-sha": "ad16586dfcf7e5bdfe7f0c7071f30dbf006c7f59", + "sha": "7aaefe7589834cf806ca570f603832d7fd960089", + "blob-sha": "7f4764881a49298d2bcb8b9fc7d7b7772b15ccc9", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file