From a1e5e31adc1dda6da730505c56f0bdd42e23b1fb Mon Sep 17 00:00:00 2001 From: Timothee Guerin Date: Fri, 11 Oct 2024 08:26:43 -0700 Subject: [PATCH] Suppress algolia key warning --- eng/common/CredScanSuppression.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eng/common/CredScanSuppression.json b/eng/common/CredScanSuppression.json index 6b194cf873..2e6d0728a2 100644 --- a/eng/common/CredScanSuppression.json +++ b/eng/common/CredScanSuppression.json @@ -8,6 +8,10 @@ { "file": ["packages/website/docusaurus.config.ts"], "_justification": "Files contains publicly disclosed application key." + }, + { + "file": ["packages/website-astro/algolia.ts"], + "_justification": "Files contains publicly disclosed application key." } ] }