Skip to content

Commit 1388f65

Browse files
committed
- Suppressing CredScan errors related to test secrets.
1 parent 83ebfb8 commit 1388f65

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.config/CredScanSuppressions.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"tool": "Credential Scanner",
3-
"suppressions": [
3+
"suppressions":
4+
[
45
{
56
"file": "src/Microsoft.Data.SqlClient/tests/tools/TDS/TDS.Servers/TDSServerArguments.cs",
67
"justification": "Test projects should be skipped"
@@ -12,6 +13,14 @@
1213
{
1314
"file": "doc/samples/SqlConnectionStringBuilder.cs",
1415
"justification": "Documentation could include sample data and can be ignored"
16+
},
17+
{
18+
"file": "src/Microsoft.Data.SqlClient/tests/UnitTests/Fixtures/AlwaysEncrypted/NativeColumnEncryptionKeyCertificateBaselineFixture.cs",
19+
"justification": "Test projects should be skipped"
20+
},
21+
{
22+
"file": "src/Microsoft.Data.SqlClient/tests/UnitTests/Resources/AlwaysEncrypted/NativeColumnEncryptionKeyBaseline/Certificate.pfx",
23+
"justification": "Test projects should be skipped"
1524
}
1625
]
1726
}

0 commit comments

Comments
 (0)