Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/terragrunt-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
required: false
type: string
default: modules
module_check_enabled:
required: false
type: boolean
default: true
checkov_enabled:
required: false
type: boolean
Expand Down Expand Up @@ -44,6 +48,7 @@ jobs:
tenv update-path
- name: terraform fmt of directory ${{ inputs.modules_path }}
run: terraform fmt -check -recursive -diff ${{ inputs.modules_path }}
if: ${{ !inputs.module_check_enabled }}
- name: terragrunt fmt of directory ${{ inputs.workdir }}
run: terragrunt hclfmt --check --diff ${{ inputs.workdir }}
- name: guacamole code quality checks
Expand Down