Skip to content

Commit f5e02b1

Browse files
committed
Try using tflint container?
1 parent 77dba4d commit f5e02b1

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ env:
77
jobs:
88
tflint:
99
runs-on: self-hosted
10+
container:
11+
image: ghcr.io/terraform-linters/tflint
1012

1113
steps:
1214
- uses: actions/checkout@v4
@@ -23,10 +25,10 @@ jobs:
2325
path: ~/.tflint.d/plugins
2426
key: ${{ matrix.os }}-tflint-${{ steps.hash.outputs.hash }}
2527

26-
- uses: terraform-linters/setup-tflint@v4
27-
name: Setup TFLint
28-
with:
29-
tflint_version: latest
28+
#- uses: terraform-linters/setup-tflint@v4
29+
# name: Setup TFLint
30+
# with:
31+
# tflint_version: latest
3032

3133
- name: Show version
3234
run: |

0 commit comments

Comments
 (0)