Skip to content

[CES-456] Definition of a module that create a base environment for development #148

[CES-456] Definition of a module that create a base environment for development

[CES-456] Definition of a module that create a base environment for development #148

name: Terraform Validation
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
paths:
- infra/**
- .terraform-version
- .pre-commit-config.yaml
- .trivyignore
jobs:
tf_analysis:
uses: ./.github/workflows/static_analysis.yaml
name: Terraform Validation
secrets: inherit
with:
terraform_version: "1.7.5"
pre_commit_tf_tag: "v1.96.2@sha256:01f870b7689b5a09c1a370914fcddcac42c4b6478c9d369e1d2590dd0a66ffd0"
enable_modified_files_detection: true