Skip to content

Commit a026710

Browse files
committed
github infra validation fix2
1 parent ade212d commit a026710

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/infra-ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
permissions:
1717
id-token: write
1818
contents: read
19+
security-events: write
1920

2021
jobs:
2122
validate-bicep:
@@ -30,11 +31,11 @@ jobs:
3031
with:
3132
filters: |
3233
app-service:
33-
- 'deploy/app-service'
34+
- 'deploy/app-service/**'
3435
aks:
35-
- 'deploy/aks'
36+
- 'deploy/aks/**'
3637
aca:
37-
- 'deploy/aca'
38+
- 'deploy/aca/**'
3839
- name: Build App Service Bicep for linting
3940
if: steps.changes.outputs.app-service == 'true'
4041
uses: azure/CLI@v1

deploy/aca/azure.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ services:
1919
language: js
2020
host: containerapp
2121

22+
2223
hooks:
2324
postprovision:
2425
windows:

0 commit comments

Comments
 (0)