We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1937a68 commit c5b2b23Copy full SHA for c5b2b23
.azure-pipelines/config/credscan/credscan-suppressions.json
@@ -5,9 +5,14 @@
5
"placeholder": "pa$$w0rd",
6
"_justification": "[Applications] hard code password in application password HTTP example"
7
},
8
+ {
9
+ "placeholder": "P@55w0rd",
10
+ "_justification": "[AuthenticationTests] hard code password in AuthenticationTest for self signed certificate"
11
+ },
12
{
13
"file": [
14
"src\\Authentication\\Authentication\\test\\Get-MgContext.Tests.ps1",
15
+ "src\\Authentication\\Authentication.Test\\Helpers\\AuthenticationHelpersTests.cs",
16
"src\\Authentication\\Authentication.Test\\Helpers\\AuthenticationHelpersTests.cs"
17
],
18
"_justification": "[Authentication] Examples contain random values recognized as secret"
0 commit comments