Skip to content

Commit c5b2b23

Browse files
committed
Added self cert password suppression
1 parent 1937a68 commit c5b2b23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
"placeholder": "pa$$w0rd",
66
"_justification": "[Applications] hard code password in application password HTTP example"
77
},
8+
{
9+
"placeholder": "P@55w0rd",
10+
"_justification": "[AuthenticationTests] hard code password in AuthenticationTest for self signed certificate"
11+
},
812
{
913
"file": [
1014
"src\\Authentication\\Authentication\\test\\Get-MgContext.Tests.ps1",
15+
"src\\Authentication\\Authentication.Test\\Helpers\\AuthenticationHelpersTests.cs",
1116
"src\\Authentication\\Authentication.Test\\Helpers\\AuthenticationHelpersTests.cs"
1217
],
1318
"_justification": "[Authentication] Examples contain random values recognized as secret"

0 commit comments

Comments
 (0)