Skip to content

Commit

Permalink
Suppress algolia key warning (#4696)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Oct 11, 2024
1 parent ff1725c commit 8154a4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/common/CredScanSuppression.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]
}

0 comments on commit 8154a4d

Please sign in to comment.