Skip to content

Commit

Permalink
Merge pull request #32 from Azure-Samples/avm_update3
Browse files Browse the repository at this point in the history
Disable Postgres AAD rule and expand PSrule trigger
  • Loading branch information
tonybaloney authored Jul 15, 2024
2 parents 94a310f + f3c8c0c commit aa8648c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator",
"commit": "895511f3a3fb63b5e485f9efd3769c844e5b3296",
"commit": "573edb00d58171b2848ed4d1032fc6aae8fe0cea",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/audit-bicep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
- cruft/update
paths:
- "infra/**"
- "ps-rule.yaml"
pull_request:
branches:
- main
- cruft/update
paths:
- "infra/**"
- "ps-rule.yaml"
workflow_dispatch:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions ps-rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit aa8648c

Please sign in to comment.