Skip to content

Commit 828441a

Browse files
committed
fix(audit-bicep): rename job from build to psrule in workflow configuration
1 parent a2c342c commit 828441a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/audit-bicep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
workflow_dispatch:
1414

1515
jobs:
16-
build:
16+
psrule:
1717
runs-on: ubuntu-latest
1818
permissions:
1919
security-events: write

infra/bicep/ps-rule.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
configuration:
22
AZURE_BICEP_FILE_EXPANSION: true
3+
AZURE_BICEP_FILE_EXPANSION_TIMEOUT: 30
34
rule:
45
exclude:
56
# Ignore the following rules for all resources to keep cost down

0 commit comments

Comments
 (0)