From 9093084e2b99a07cfd211ade6415afb7721ee565 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Fri, 15 Aug 2025 20:41:45 -0700 Subject: [PATCH] Sync secret scanning data (#57150) 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 a979a62d7617..36c604bc4b41 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: Block Protocol supportedSecret: Block Protocol API Key @@ -4511,7 +4511,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: false - provider: Siemens supportedSecret: Siemens Code Token @@ -5069,7 +5069,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: true - provider: WorkOS supportedSecret: WorkOS Staging API Key @@ -5081,7 +5081,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: true - provider: xAI supportedSecret: xAI API Key diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index b2fa446332ac..b88a279b8c1f 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "6deb18ab52dce0b2eae9dbde9f19107477527819", - "blob-sha": "57c13ee140dbb15a10e26cb52e0983272c38e549", + "sha": "78c70e3cac755a162d3773b4301d364ab8c3af1a", + "blob-sha": "e23270934f3bb165fb74265a61d0aed73306d1d5", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file