We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a553230 commit 65efa06Copy full SHA for 65efa06
.github/workflows/ci.yml
@@ -12,19 +12,24 @@ 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
- name: Init
19
run: terraform init
20
- name: Validate
21
run: terraform validate
22
- name: Formatting
23
run: terraform fmt -recursive -check -diff -no-color
24
25
# https://github.com/marketplace/actions/setup-tflint
26
- name: Lint
27
uses: terraform-linters/setup-tflint@v4
28
with:
29
tflint_version: latest
30
- id: tflint
31
run: tflint --recursive --format compact
32
33
# https://github.com/marketplace/actions/tfsec-action
34
- name: tfsec
35
uses: aquasecurity/tfsec-action@v1.0.3
0 commit comments