Skip to content

Commit

Permalink
pssa fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Brownstein committed Dec 6, 2024
1 parent 94d3add commit 28839b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions VenafiPS/Public/Export-VcCertificate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function Export-VcCertificate {
#>

[CmdletBinding(DefaultParameterSetName = 'PEM')]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidUsingConvertToSecureStringWithPlainText', '', Justification = 'Converting to a secure string, its already plaintext')]

param (

Expand Down
1 change: 1 addition & 0 deletions VenafiPS/Public/Export-VdcCertificate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ function Export-VdcCertificate {
#>

[CmdletBinding(DefaultParameterSetName = 'Base64')]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidUsingConvertToSecureStringWithPlainText', '', Justification = 'Converting to a secure string, its already plaintext')]

param (

Expand Down

0 comments on commit 28839b2

Please sign in to comment.