Skip to content

Commit

Permalink
Corrected the path
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank-Geisler committed Nov 24, 2024
1 parent ca16663 commit 24a3a95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/powershell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ name: PSScriptAnalyzer

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]
schedule:
- cron: '27 16 * * 3'
- cron: "27 16 * * 3"

permissions:
contents: read
Expand All @@ -36,7 +36,7 @@ jobs:
with:
# Check https://github.com/microsoft/action-psscriptanalyzer for more info about the options.
# The below set up runs PSScriptAnalyzer to your entire repository and runs some basic security rules.
path: .\
path: ./powerrti/
recurse: true
# Include your own basic security rules. Removing this option will run all the rules
includeRule: '"PSAvoidGlobalAliases", "PSAvoidUsingConvertToSecureStringWithPlainText"'
Expand Down

0 comments on commit 24a3a95

Please sign in to comment.