Skip to content

Commit 4057afd

Browse files
author
Justin Chung
committed
Add suppression
1 parent 87175cb commit 4057afd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/Microsoft.PowerShell.SecretStore.Tests.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
33

4+
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidUsingConvertToSecureStringWithPlainText', '', Justification = 'Tests create SecureStrings from known test data')]
5+
param()
6+
47
Describe "Test Microsoft.PowerShell.SecretStore module" {
58
BeforeAll {
69
Import-Module -Force -Name Microsoft.PowerShell.SecretManagement

0 commit comments

Comments
 (0)