Skip to content

Commit a2c342c

Browse files
committed
fix(audit-bicep): update PSRule environment variable to use Bicep CLI path
1 parent b2e795a commit a2c342c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/audit-bicep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
path: infra/bicep
3333
summary: true
3434
env:
35-
PSRULE_AZURE_BICEP_USE_AZURE_CLI: "true"
35+
PSRULE_AZURE_BICEP_PATH: "/usr/local/bin/bicep"
3636

3737
- name: Upload alerts to Security tab
3838
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3

0 commit comments

Comments
 (0)