Skip to content

Commit 87e4127

Browse files
authored
Update powershell.yml
1 parent eb835d5 commit 87e4127

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/powershell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
with:
3737
# Check https://github.com/microsoft/action-psscriptanalyzer for more info about the options.
3838
# The below set up runs PSScriptAnalyzer to your entire repository and runs some basic security rules.
39-
path: .\
39+
path: .
4040
recurse: true
4141
# Include your own basic security rules. Removing this option will run all the rules
42-
includeRule: '"PSAvoidGlobalAliases", "PSAvoidUsingConvertToSecureStringWithPlainText"'
42+
includeRule: 'PSAvoidGlobalAliases,PSAvoidUsingConvertToSecureStringWithPlainText'
4343
output: results.sarif
4444

4545
# Upload the SARIF file generated in the previous step

0 commit comments

Comments
 (0)