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." } ] }