Skip to content

Commit 12f65ca

Browse files
authored
[Resources] suppress false positive credscan result (#28494)
1 parent 5afaad3 commit 12f65ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/SecurityTools/CredScanSuppressions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,6 +1357,10 @@
13571357
"file": "src\\Resources\\MSGraph.Autorest\\exports\\New-AzADUser.ps1",
13581358
"_justification": "False positive, there are no cred in this file."
13591359
},
1360+
{
1361+
"file": "generated\\Resources\\MSGraph.Autorest\\exports\\New-AzADUser.ps1",
1362+
"_justification": "False positive, there are no cred in this file."
1363+
},
13601364
{
13611365
"file": "src\\RecoveryServices\\RecoveryServices.Backup.Providers\\Providers\\IaasVmPsBackupProvider.cs",
13621366
"_justification": "False positive, there are no cred in this file."

0 commit comments

Comments
 (0)