Skip to content

Allow storage account's system assigned identity use CMK #461

Allow storage account's system assigned identity use CMK

Allow storage account's system assigned identity use CMK #461

name: Terraform Validation
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
paths:
- infra/**
- .terraform-version
- .pre-commit-config.yaml
- .trivyignore
jobs:
tf_analysis:
# Don't run in Changeset PRs
if: ${{ github.actor != 'dx-pagopa-bot' }}
uses: ./.github/workflows/static_analysis.yaml
name: Terraform Validation
secrets: inherit
with:
pre_commit_tf_tag: "v1.96.2@sha256:01f870b7689b5a09c1a370914fcddcac42c4b6478c9d369e1d2590dd0a66ffd0"
enable_modified_files_detection: true