diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json new file mode 100644 index 000000000000..9dc00f0d630b --- /dev/null +++ b/.config/CredScanSuppressions.json @@ -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." + } + ] + }