Skip to content

Commit e26e760

Browse files
committed
Added auth helper tests to credscan
1 parent aef4ffe commit e26e760

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
},
88
{
99
"file": [
10-
"src\\Authentication\\Authentication\\test\\Get-MgContext.Tests.ps1"
10+
"src\\Authentication\\Authentication\\test\\Get-MgContext.Tests.ps1",
11+
"src\\Authentication\\Authentication.Test\\Helpers\\AuthenticationHelpersTests.cs"
1112
],
1213
"_justification": "[Authentication] Examples contain random values recognized as secret"
1314
},

0 commit comments

Comments
 (0)