Skip to content

Commit 171d7d9

Browse files
authored
Suppress credscan error (#1482)
1 parent bdcd025 commit 171d7d9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.config/CredScanSuppressions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
"file": "test\\Entra\\Users\\New-EntraUser.Tests.ps1",
4242
"_justification": "Unit test file has a sample Password used in mocking."
4343
},
44+
{
45+
"file": "test\\EntraBeta\\Users\\New-EntraBetaUser.Tests.ps1",
46+
"_justification": "Unit test file has a sample Password used in mocking."
47+
},
4448
{
4549
"file": "test\\Entra\\CertificateBasedAuthentication\\Get-EntraUserCertificateUserIdsFromCertificate.Tests.ps1",
4650
"_justification": "Unit test file has a sample certificate with only public keys used in mocking."

0 commit comments

Comments
 (0)