microsoft/typespec
Publicmirrored from https://github.com/microsoft/typespecAvailable
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 | |