Skip to content

Commit 5ce2b22

Browse files
committed
Fix CredScan suppression paths: prefix with tests/
1 parent ff11b30 commit 5ce2b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.Pipelines/credscan-exclusion.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"tool": "Credential Scanner",
33
"suppressions": [
44
{
5-
"file": "certificate-with-password.pfx",
5+
"file": "tests/certificate-with-password.pfx",
66
"_justification": "Self-signed certificate used only in unit tests. Not a production credential."
77
},
88
{
9-
"file": "test_mi.py",
9+
"file": "tests/test_mi.py",
1010
"_justification": "WWW-Authenticate challenge header value used as a mock HTTP response fixture in unit tests. Not a real credential."
1111
}
1212
]

0 commit comments

Comments
 (0)