Skip to content

Commit 0382936

Browse files
committed
fix(audit-bicep): add missing environment variable for PSRule analysis
1 parent b367a9b commit 0382936

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
@@ -31,8 +31,8 @@ jobs:
3131
outputPath: reports/ps-rule-results.sarif
3232
summary: true
3333
continue-on-error: true
34-
3534
env:
35+
PSRULE_AZURE_BICEP_USE_AZURE_CLI: "true"
3636
PSRULE_CONFIGURATION_AZURE_BICEP_FILE_EXPANSION: "true"
3737
PSRULE_CONFIGURATION_AZURE_BICEP_FILE_EXPANSION_TIMEOUT: "30"
3838

0 commit comments

Comments
 (0)