We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf7e0b commit 660f90aCopy full SHA for 660f90a
1 file changed
CredScanSuppressions.json
@@ -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
11
12
13
+ "file": "tests/NuGetGallery.Facts/Framework/Fakes.cs",
14
15
+ }
16
+ ]
17
+}
0 commit comments