Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit dcad893

Browse files
authored
Suppress credscan on test files (#424)
1 parent f220838 commit dcad893

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CredScanSuppressions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"tool": "Credential Scanner",
3+
"suppressions": [
4+
{
5+
"file": "tests/NuGet.Services.KeyVault.Tests/KeyVaultReaderFormatterFacts.cs",
6+
"_justification": "Test file containing fake credentials"
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)