Skip to content

Commit 77d5d87

Browse files
authored
{CI} Suppress false positives in Credential Scanner (#32669)
1 parent 6c1968d commit 77d5d87

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

scripts/ci/credscan/CredScanSuppressions.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,18 @@
671671
"src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/snowflake_user_pwd.yaml"
672672
],
673673
"_justification": "[cognitiveservices] request password for testing"
674+
},
675+
{
676+
"file": [
677+
"src\\azure-cli\\azure\\cli\\command_modules\\postgresql\\flexible_server_custom_postgres.py"
678+
],
679+
"_justification": "[PostgreSQL] False positive"
680+
},
681+
{
682+
"file": [
683+
"src\\azure-cli\\azure\\cli\\command_modules\\network\\tests\\latest\\test_network_commands.py"
684+
],
685+
"_justification": "[Network] False positive"
674686
}
675687
]
676688
}

0 commit comments

Comments
 (0)