[CES-157] - Implement tooling for storage account migration from WEU to ITN #5575
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Static Analysis | |
on: | |
workflow_dispatch: | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
- ready_for_review | |
paths: | |
- "src/**" | |
- ".terraform-version" | |
- ".pre-commit-config.yaml" | |
jobs: | |
static_analysis: | |
uses: pagopa/dx/.github/workflows/static_analysis.yaml@main | |
name: Terraform Validation | |
secrets: inherit | |
with: | |
terraform_version: "1.7.5" | |
pre_commit_tf_tag: "v1.96.1@sha256:9aea677ac51d67eb96b3bbb4cf93b16afdde5476f984e75e87888850d18146c9" | |
enable_modified_files_detection: true |