We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff11b30 commit 5ce2b22Copy full SHA for 5ce2b22
.Pipelines/credscan-exclusion.json
@@ -2,11 +2,11 @@
2
"tool": "Credential Scanner",
3
"suppressions": [
4
{
5
- "file": "certificate-with-password.pfx",
+ "file": "tests/certificate-with-password.pfx",
6
"_justification": "Self-signed certificate used only in unit tests. Not a production credential."
7
},
8
9
- "file": "test_mi.py",
+ "file": "tests/test_mi.py",
10
"_justification": "WWW-Authenticate challenge header value used as a mock HTTP response fixture in unit tests. Not a real credential."
11
}
12
]
0 commit comments