diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index 37213e5a14..bc8e495b3e 100644 --- a/src/secret-scanning/data/public-docs.yml +++ b/src/secret-scanning/data/public-docs.yml @@ -543,7 +543,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Azure @@ -751,7 +751,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: true - provider: Azure @@ -1024,7 +1024,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Azure @@ -3696,7 +3696,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: MongoDB diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index cc90857116..1d5acb324f 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "eccf6431f1e97d23ff7575fc7afabf9f7b27329f", - "blob-sha": "3f57c664f49dbf57e8c64c07e611cab51689c215", + "sha": "d9b6f5d1cc49b0244927746bb3cc3b0ee35a67f7", + "blob-sha": "f9097b9e8b93a9b46bbf0cc0ceb91d06cb137efb", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file