Skip to content

Commit 0e13ffa

Browse files
authored
Add server1.pfx to CredScanSuppressions.json (#74559)
**BYPASS_SECRET_SCANNING**
1 parent 3e7d596 commit 0e13ffa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.config/CredScanSuppressions.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
"-----BEGIN PRIVATE KEY-----",
1515
"-----BEGIN * PRIVATE KEY-----"
1616
]
17+
},
18+
{
19+
"_justification": "Suppression approved. Private key for testing purpose.",
20+
"file": [
21+
"src/tests/FunctionalTests/Android/Device_Emulator/gRPC/grpc-dotnet/testassets/Certs/InteropTests/server1.pfx"
22+
]
1723
}
1824
]
1925
}

0 commit comments

Comments
 (0)