mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 18:11:04 +09:00
Add server1.pfx to CredScanSuppressions.json (#74559)
**BYPASS_SECRET_SCANNING**
This commit is contained in:
parent
3e7d596459
commit
0e13ffaae6
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue