Skip to content

Commit 526786a

Browse files
karthiknadiganthonykim1
authored andcommitted
Add cred scan suppression for dist utils (microsoft#23251)
1 parent 7abf7ac commit 526786a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.config/CredScanSuppressions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"tool": "Credential Scanner",
3+
"suppressions": [
4+
{
5+
"file": [
6+
".nox/install_python_libs/lib/python3.8/site-packages/setuptools/_distutils/command/register.py"
7+
],
8+
"_justification": "These are not real passwords. For documentation purposes only."
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)