microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
efeedc42a9fb908c64751d97fea2ae3d7dfeb4ee

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

eng/common/CredScanSuppression.json

17lines · modecode

1{
2 "tool": "Credential Scanner",
3 "suppressions": [
4 {
5 "placeholder": ["abcdef12345", "Y0uW1llN3v3rGu3ss!"],
6 "_justification": "Secrets used by test code or documentation, they are fake."
7 },
8 {
9 "file": ["packages/website/docusaurus.config.ts"],
10 "_justification": "Files contains publicly disclosed application key."
11 },
12 {
13 "file": ["website/algolia.ts"],
14 "_justification": "Files contains publicly disclosed application key."
15 }
16 ]
17}
18