Skip to content

Commit

Permalink
Add cred scan suppression for dist utils (#23251)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig authored Apr 17, 2024
1 parent 9baedf7 commit 5b7a62a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .config/CredScanSuppressions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": [
".nox/install_python_libs/lib/python3.8/site-packages/setuptools/_distutils/command/register.py"
],
"_justification": "These are not real passwords. For documentation purposes only."
}
]
}

0 comments on commit 5b7a62a

Please sign in to comment.