Skip to content

Commit 660f90a

Browse files
authored
Suppress credscan on test files (#9860)
* Suppress credscan warnings in test files. * Updates paths in cred suppressions
1 parent ddf7e0b commit 660f90a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CredScanSuppressions.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"tool": "Credential Scanner",
3+
"suppressions": [
4+
{
5+
"file": "tests/NuGetGallery.Facts/Infrastructure/Authentication/ApiKeyV4Facts.cs",
6+
"_justification": "Test file containing fake credentials"
7+
},
8+
{
9+
"file": "tests/NuGetGallery.Facts/Infrastructure/Authentication/V3HasherTests.cs",
10+
"_justification": "Test file containing fake credentials"
11+
},
12+
{
13+
"file": "tests/NuGetGallery.Facts/Framework/Fakes.cs",
14+
"_justification": "Test file containing fake credentials"
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)