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 ade212d commit a026710Copy full SHA for a026710
.github/workflows/infra-ci.yaml
@@ -16,6 +16,7 @@ on:
16
permissions:
17
id-token: write
18
contents: read
19
+ security-events: write
20
21
jobs:
22
validate-bicep:
@@ -30,11 +31,11 @@ jobs:
30
31
with:
32
filters: |
33
app-service:
- - 'deploy/app-service'
34
+ - 'deploy/app-service/**'
35
aks:
- - 'deploy/aks'
36
+ - 'deploy/aks/**'
37
aca:
- - 'deploy/aca'
38
+ - 'deploy/aca/**'
39
- name: Build App Service Bicep for linting
40
if: steps.changes.outputs.app-service == 'true'
41
uses: azure/CLI@v1
deploy/aca/azure.yaml
@@ -19,6 +19,7 @@ services:
language: js
host: containerapp
+
23
hooks:
24
postprovision:
25
windows:
0 commit comments