Skip to content

Commit

Permalink
add missing terraform for ubuntu 24.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Dec 16, 2024
1 parent 710bebb commit 32ba04c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,24 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

# https://github.com/hashicorp/setup-terraform
- uses: hashicorp/setup-terraform@v3
- name: Init
run: terraform init
- name: Validate
run: terraform validate
- name: Formatting
run: terraform fmt -recursive -check -diff -no-color

# https://github.com/marketplace/actions/setup-tflint
- name: Lint
uses: terraform-linters/setup-tflint@v4
with:
tflint_version: latest
- id: tflint
run: tflint --recursive --format compact

# https://github.com/marketplace/actions/tfsec-action
- name: tfsec
uses: aquasecurity/[email protected]

0 comments on commit 32ba04c

Please sign in to comment.