Skip to content

Commit 3eb7404

Browse files
a0x1abnaga-nandyala
authored andcommitted
{Misc.} Fix up credscan false positive (#32847)
1 parent 84c2313 commit 3eb7404

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scripts/ci/credscan/CredScanSuppressions.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,18 @@
683683
"src\\azure-cli\\azure\\cli\\command_modules\\network\\tests\\latest\\test_network_commands.py"
684684
],
685685
"_justification": "[Network] False positive"
686+
},
687+
{
688+
"placeholder": "asdfghjkl",
689+
"_justification": "[ARO] Dummy client_secret value in test_validators.py unit tests"
690+
},
691+
{
692+
"placeholder": "secret_123",
693+
"_justification": "[ARO] Dummy client_secret value in test_validators.py unit tests"
694+
},
695+
{
696+
"placeholder": "client_id_456",
697+
"_justification": "[ARO] Dummy client_id value in test_validators.py unit tests"
686698
}
687699
]
688700
}

0 commit comments

Comments
 (0)