Skip to content

Commit

Permalink
Add server1.pfx to CredScanSuppressions.json (dotnet#74559)
Browse files Browse the repository at this point in the history
**BYPASS_SECRET_SCANNING**
  • Loading branch information
akoeplinger authored Aug 25, 2022
1 parent 3e7d596 commit 0e13ffa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .config/CredScanSuppressions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"-----BEGIN PRIVATE KEY-----",
"-----BEGIN * PRIVATE KEY-----"
]
},
{
"_justification": "Suppression approved. Private key for testing purpose.",
"file": [
"src/tests/FunctionalTests/Android/Device_Emulator/gRPC/grpc-dotnet/testassets/Certs/InteropTests/server1.pfx"
]
}
]
}

0 comments on commit 0e13ffa

Please # to comment.