microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
63dce6b8a5ec2b25b203f52f4fe376f352ea51f4

Branches

Tags

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

Clone

HTTPS

Download ZIP

eng/common/CredScanSuppression.json

13lines · 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}
14