Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
/ ServerCommon Public archive

Commit

Permalink
Suppress credscan on test files (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuyu authored Mar 16, 2024
1 parent f220838 commit dcad893
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CredScanSuppressions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": "tests/NuGet.Services.KeyVault.Tests/KeyVaultReaderFormatterFacts.cs",
"_justification": "Test file containing fake credentials"
}
]
}

0 comments on commit dcad893

Please sign in to comment.