Skip to content

Commit 73040d7

Browse files
Fix guardian false positive (#10399)
* Fix * Fix2 * Final changes
1 parent 4b37d4d commit 73040d7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CredScanSuppressions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
{
1717
"file": "tests/NuGet.Services.KeyVault.Tests/KeyVaultReaderFormatterFacts.cs",
1818
"_justification": "Test file containing fake credentials"
19+
},
20+
{
21+
"file": "src/NuGetGallery.Services/Authentication/ApiKeyV5.cs",
22+
"_justification": "File containing fake credentials"
1923
}
2024
]
2125
}

0 commit comments

Comments
 (0)