We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f32d50 commit 22f3929Copy full SHA for 22f3929
.github/workflows/ci.yml
@@ -12,19 +12,25 @@ jobs:
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v4
15
+
16
+ # https://github.com/hashicorp/setup-terraform
17
+ - uses: hashicorp/setup-terraform@v3
18
19
- name: Init
20
run: terraform init
21
- name: Validate
22
run: terraform validate
23
- name: Formatting
24
run: terraform fmt -recursive -check -diff -no-color
25
26
# https://github.com/marketplace/actions/setup-tflint
27
- name: Lint
28
uses: terraform-linters/setup-tflint@v4
29
with:
30
tflint_version: latest
31
- id: tflint
32
run: tflint --recursive --format compact
33
34
# https://github.com/marketplace/actions/tfsec-action
35
- name: tfsec
36
uses: aquasecurity/tfsec-action@v1.0.3
0 commit comments