You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for contributing to the PowerShell Gallery. We have analyzed your item, SSRS 1.3.0 and found it contains the following issues:
RuleName
Severity
FileName
Line
Message
PSAvoidUsingUserNameAndPassWordParams
Error
Get-SSRSCredential.ps1
6
Function 'Get-SSRSCredential' has both Username and Password parameters. Either set the type of the Password parameter to SecureString or replace the Username and Password parameters with a Credential parameter of type PSCredential. If using a Credential parameter in PowerShell 4.0 or earlier, please define a credential transformation attribute after the PSCredential type attribute.
PSAvoidUsingConvertToSecureStringWithPlainText
Error
Get-SSRSCredential.ps1
12
File 'Get-SSRSCredential.ps1' uses ConvertTo-SecureString with plaintext. This will expose secure information. Encrypted standard strings should be used instead.
Please resolve the issues and then republish your item to the gallery.
Your feedback about PowerShell Script Analyzer rules or the scan itself is welcome. If you feel that the rules applied in your item's scan results are too restrictive or can result in false hits, please file an issue at https://github.com/powershell/psscriptanalyzer/issues. Alternatively, you can respond to this thread and let us know.
If you would like to unlist your item until the issue is resolved, please follow these steps:
The text was updated successfully, but these errors were encountered: