Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creadscan skips #3671

Merged
merged 10 commits into from
May 31, 2022
9 changes: 5 additions & 4 deletions eng/CredScanSuppression.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"tool": "Credential Scanner",
"suppressions": [
{
"file":[
"eng/common/testproxy/dotnet-devcert.pfx"
gearama marked this conversation as resolved.
Show resolved Hide resolved
gearama marked this conversation as resolved.
Show resolved Hide resolved
],
"_justification": "File contains private key used by test code."
"file": [
"sdk/keyvault/azure-security-keyvault-certificates/test/ut/recordings/KeyVaultCertificateClientTest.DownloadImportPem.json",
gearama marked this conversation as resolved.
Show resolved Hide resolved
"sdk/keyvault/azure-security-keyvault-certificates/test/ut/recordings/KeyVaultCertificateClientTest.DownloadImportPkcs.json.",
],
"_justification": "File contains recording for playback, not valid certificate."
}
]
}