diff --git a/scripts/ci/credscan/CredScanSuppressions.json b/scripts/ci/credscan/CredScanSuppressions.json index d24c90f5e5d..958dae8faa8 100644 --- a/scripts/ci/credscan/CredScanSuppressions.json +++ b/scripts/ci/credscan/CredScanSuppressions.json @@ -671,6 +671,18 @@ "src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/snowflake_user_pwd.yaml" ], "_justification": "[cognitiveservices] request password for testing" + }, + { + "file": [ + "src\\azure-cli\\azure\\cli\\command_modules\\postgresql\\flexible_server_custom_postgres.py" + ], + "_justification": "[PostgreSQL] False positive" + }, + { + "file": [ + "src\\azure-cli\\azure\\cli\\command_modules\\network\\tests\\latest\\test_network_commands.py" + ], + "_justification": "[Network] False positive" } ] }