We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895511f commit 573edb0Copy full SHA for 573edb0
{{cookiecutter.__src_folder_name}}/.github/workflows/audit-bicep.yml
@@ -6,12 +6,14 @@ on:
6
- cruft/update
7
paths:
8
- "infra/**"
9
+ - "ps-rule.yaml"
10
pull_request:
11
branches:
12
- main
13
14
15
16
17
workflow_dispatch:
18
19
jobs:
{{cookiecutter.__src_folder_name}}/ps-rule.yaml
@@ -12,3 +12,6 @@ rule:
- Azure.ContainerApp.PublicAccess
# Don't require NSG for an internal VNET for connecting apps to keyvaults
- Azure.VNET.UseNSGs
+ # Don't require Postgres AAD/MI for now
+ - Azure.PostgreSQL.AAD
+ - Azure.PostgreSQL.AADOnly
0 commit comments