Skip to content

Commit bdc70a9

Browse files
committed
Disable Postgres AAD rule and expand PSrule trigger
1 parent a8514a7 commit bdc70a9

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.cruft.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator",
3-
"commit": "895511f3a3fb63b5e485f9efd3769c844e5b3296",
3+
"commit": "573edb00d58171b2848ed4d1032fc6aae8fe0cea",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.github/workflows/audit-bicep.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- cruft/update
77
paths:
88
- "infra/**"
9+
- "ps-rule.yaml"
910
pull_request:
1011
branches:
1112
- main
1213
- cruft/update
1314
paths:
1415
- "infra/**"
16+
- "ps-rule.yaml"
1517
workflow_dispatch:
1618

1719
jobs:

ps-rule.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ rule:
1212
- Azure.ContainerApp.PublicAccess
1313
# Don't require NSG for an internal VNET for connecting apps to keyvaults
1414
- Azure.VNET.UseNSGs
15+
# Don't require Postgres AAD/MI for now
16+
- Azure.PostgreSQL.AAD
17+
- Azure.PostgreSQL.AADOnly

0 commit comments

Comments
 (0)