1
0
Fork 0
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:
Alexander Köplinger 2022-08-25 16:41:52 +02:00 committed by GitHub
parent 3e7d596459
commit 0e13ffaae6
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
]
}
]
}