Skip to content

Commit d8849bf

Browse files
authored
Merge pull request #666 from MicrosoftDocs/fix/credscan-examples
Updated credscan suppression
2 parents 0309b66 + add42a1 commit d8849bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines/config/credscan/credscan-suppressions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@
6969
{
7070
"file": [
7171
"microsoftgraph\\graph-powershell-beta\\Microsoft.Graph.Beta.Identity.SignIns\\Reset-MgBetaUserAuthenticationMethodPassword.md",
72-
"microsoftgraph\\graph-powershell-1.0\\Microsoft.Graph.Identity.SignIns\\Reset-MgUserAuthenticationMethodPassword.md"
72+
"microsoftgraph\\graph-powershell-1.0\\Microsoft.Graph.Identity.SignIns\\Reset-MgUserAuthenticationMethodPassword.md",
73+
"msgraph-sdk-powershell\\src\\Identity.SignIns\\v1.0\\examples\\Reset-MgUserAuthenticationMethodPassword.md",
74+
"msgraph-sdk-powershell\\src\\Identity.SignIns\\beta\\examples\\Reset-MgBetaUserAuthenticationMethodPassword.md"
7375
],
7476
"_justification": "[Identity.SignIns] Examples contain random values recognized as secret"
7577
},

0 commit comments

Comments
 (0)