Commit 8afc1e1b authored by Cédric OLIVIER's avatar Cédric OLIVIER Committed by Pierre Smeyers
Browse files

feat: use new tfsec image as default

parent be9b3094
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -393,7 +393,7 @@ In addition to a textual report in the console, this job produces the following

| Name                  | description                              | default value     |
| --------------------- | ---------------------------------------- | ----------------- |
| `TF_TFSEC_IMAGE`      | the Docker image used to run tfsec       | `tfsec/tfsec-ci`  |
| `TF_TFSEC_IMAGE`      | the Docker image used to run tfsec       | `aquasec/tfsec-ci`  |
| `TF_TFSEC_ENABLED`    | Set to `true` to enable tfsec            | _none_ (disabled) |
| `TF_TFSEC_ARGS`       | tfsec [options and args](https://aquasecurity.github.io/tfsec/latest/guides/usage/) | `.` |

+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@
        {
          "name": "TF_TFSEC_IMAGE",
          "description": "tfsec docker image",
          "default": "tfsec/tfsec-ci",
          "default": "aquasec/tfsec-ci",
          "advanced": true
        },
        {
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ variables:

  # Default Docker image (can be overridden)
  TF_IMAGE: "hashicorp/terraform:light"
  TF_TFSEC_IMAGE: "tfsec/tfsec-ci"
  TF_TFSEC_IMAGE: "aquasec/tfsec-ci"
  TF_TFSEC_ARGS: "."
  TF_TFLINT_IMAGE: "ghcr.io/terraform-linters/tflint-bundle:latest"
  TF_TFLINT_ARGS: "--enable-plugin=google --enable-plugin=azurerm --enable-plugin=aws"