From a29ac3fbc98300fc5ec8a7afed5dc883ed7289b8 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:21:34 -0700 Subject: [PATCH] Sync secret scanning data (#57328) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- src/secret-scanning/data/public-docs.yml | 8 ++++---- src/secret-scanning/lib/config.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index 71432d567c13..e30499bfb6e6 100644 --- a/src/secret-scanning/data/public-docs.yml +++ b/src/secret-scanning/data/public-docs.yml @@ -5134,7 +5134,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: true - provider: SSLMate @@ -5417,7 +5417,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Uniwise @@ -5674,7 +5674,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Yandex @@ -5700,7 +5700,7 @@ isPublic: false isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: ZenHub diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index 97c11d9f3b91..e8f984bed23e 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "44a6c7a210c90e7d599674b70e8835b5292b4215", - "blob-sha": "c74f02d913adea5b78986158480cb9533e41bafe", + "sha": "6f15bb267b6c270847436fdb9375a396f814ca3d", + "blob-sha": "592db5c78e2a659f5f74bbedc7b00ed39bec140a", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file