We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205a484 commit 1e37854Copy full SHA for 1e37854
.github/workflows/security-check.yaml
@@ -15,6 +15,6 @@ jobs:
15
uses: microsoft/[email protected]
16
id: run_psrule
17
with:
18
- source: '/.github/.ps-rule/'
+ source: '${{ github.action_path }}/.github/.ps-rule/'
19
modules: 'PSRule.Rules.Azure'
20
baseline: 'templateCustom'
0 commit comments