Commit 4dcc0985 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch '14-update_tflint_image' into 'master'

fix: update tflint image

Closes #14

See merge request to-be-continuous/terraform!12
parents 3e55b25c 78014a76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ Examples:

| Name                  | description                              | default value     |
| --------------------- | ---------------------------------------- | ----------------- |
| `TF_TFLINT_IMAGE`     | the Docker image used to run tflint      | `wata727/tflint`  |
| `TF_TFLINT_IMAGE`     | the Docker image used to run tflint      | `ghcr.io/terraform-linters/tflint:latest`  |
| `TF_TFLINT_DISABLED`  | Set to `true` to disable tflint                    | _none_ (enabled)  |
| `TF_TFLINT_ARGS`      | tflint extra [options and args](https://github.com/terraform-linters/tflint/#usage) | _none_ |

+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@
        {
          "name": "TF_TFLINT_IMAGE",
          "description": "Tflint docker image",
          "default": "wata727/tflint",
          "default": "ghcr.io/terraform-linters/tflint:latest",
          "advanced": true
        },
        {
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ variables:
  TF_TFSEC_IMAGE: "tfsec/tfsec-ci"
  TF_TFSEC_ARGS: "."

  TF_TFLINT_IMAGE: "wata727/tflint"
  TF_TFLINT_IMAGE: "ghcr.io/terraform-linters/tflint:latest"
  TF_CHECKOV_IMAGE: "bridgecrew/checkov"
  TF_CHECKOV_ARGS: "--framework terraform --directory ."
  TF_INFRACOST_IMAGE: "infracost/infracost"