Skip to content

Commit

Permalink
ci: add action path var
Browse files Browse the repository at this point in the history
  • Loading branch information
anfibiacreativa authored Oct 15, 2024
1 parent 205a484 commit 1e37854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
uses: microsoft/ps-rule@v2.9.0
id: run_psrule
with:
source: '/.github/.ps-rule/'
source: '${{ github.action_path }}/.github/.ps-rule/'
modules: 'PSRule.Rules.Azure'
baseline: 'templateCustom'

0 comments on commit 1e37854

Please sign in to comment.