Skip to content

Commit 4c75909

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Updated credscan suppression
1 parent 86ee547 commit 4c75909

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,21 @@
5757
"file": [
5858
"msgraph-sdk-powershell\\src\\Users.Actions\\beta\\examples\\Test-MgBetaUserPassword.md",
5959
"msgraph-sdk-powershell\\src\\Users.Actions\\beta\\examples\\Update-MgBetaUserPassword.md",
60-
"msgraph-sdk-powershell\\src\\Users.Actions\\beta\\examples\\Reset-MgBetaUserAuthenticationMethodPassword.md",
6160
"msgraph-sdk-powershell\\src\\Users.Actions\\v1.0\\examples\\Update-MgUserPassword.md",
6261
"msgraph-sdk-powershell\\src\\Users.Actions\\v1.0\\examples\\Reset-MgUserAuthenticationMethodPassword.md",
63-
"microsoftgraph\\graph-powershell-beta\\Microsoft.Graph.Beta.Users.Actions\\Reset-MgBetaUserAuthenticationMethodPassword.md",
64-
"microsoftgraph\\graph-powershell-1.0\\Microsoft.Graph.Users.Actions\\Reset-MgUserAuthenticationMethodPassword.md"
62+
"microsoftgraph\\graph-powershell-1.0\\Microsoft.Graph.Users.Actions\\Reset-MgUserAuthenticationMethodPassword.md",
63+
"microsoftgraph\\graph-powershell-beta\\Microsoft.Graph.Users.Actions\\Convert-MgUserExternalToInternalMemberUser.md",
64+
"microsoftgraph\\graph-powershell-beta\\Microsoft.Graph.Beta.Users.Actions\\Convert-MgBetaUserExternalToInternalMemberUser.md"
6565
],
6666
"_justification": "[Users.Actions] Examples contain random values recognized as secret"
6767
},
68+
{
69+
"file": [
70+
"msgraph-sdk-powershell\\src\\Identity.SignIns\\beta\\examples\\Reset-MgBetaUserAuthenticationMethodPassword.md",
71+
"microsoftgraph\\graph-powershell-beta\\Microsoft.Graph.Beta.Identity.SignIns\\Reset-MgBetaUserAuthenticationMethodPassword.md"
72+
],
73+
"_justification": "[Identity.SignIns] Examples contain random values recognized as secret"
74+
},
6875
{
6976
"file": [
7077
"msgraph-sdk-powershell\\src\\DeviceManagement.Actions\\beta\\examples\\Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword.md",

0 commit comments

Comments
 (0)