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 426089c commit c4973ccCopy full SHA for c4973cc
RuleDocumentation/AvoidUsingPlainTextForPassword.md
@@ -30,6 +30,7 @@ Wrong:
30
$Passphrases,
31
$Passwordparam
32
)
33
+ ...
34
}
35
```
36
@@ -38,10 +39,10 @@ Correct:
38
39
40
function Test-Script
41
{
- [CmdletBinding()]
42
- [Alias()]
43
- [OutputType([Int])]
44
- Param
+ [CmdletBinding()]
+ [Alias()]
+ [OutputType([Int])]
45
+ Param
46
(
47
[SecureString]
48
$Password,
0 commit comments