We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d462e8a commit 67701e5Copy full SHA for 67701e5
1 file changed
.github/workflows/powershell.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
# Check https://github.com/microsoft/action-psscriptanalyzer for more info about the options.
34
# The below set up runs PSScriptAnalyzer to your entire repository and runs some basic security rules.
35
- path: .\src
+ path: .\SecretManagement.1Password.Extension
36
recurse: true
37
# Include your own basic security rules. Removing this option will run all the rules
38
includeRule: '"PSAvoidGlobalAliases", "PSAvoidUsingConvertToSecureStringWithPlainText"'
0 commit comments