We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb835d5 commit 87e4127Copy full SHA for 87e4127
1 file changed
.github/workflows/powershell.yml
@@ -36,10 +36,10 @@ jobs:
36
with:
37
# Check https://github.com/microsoft/action-psscriptanalyzer for more info about the options.
38
# The below set up runs PSScriptAnalyzer to your entire repository and runs some basic security rules.
39
- path: .\
+ path: .
40
recurse: true
41
# Include your own basic security rules. Removing this option will run all the rules
42
- includeRule: '"PSAvoidGlobalAliases", "PSAvoidUsingConvertToSecureStringWithPlainText"'
+ includeRule: 'PSAvoidGlobalAliases,PSAvoidUsingConvertToSecureStringWithPlainText'
43
output: results.sarif
44
45
# Upload the SARIF file generated in the previous step
0 commit comments