diff options
author | Josh Spicer <joshspicer@github.com> | 2023-06-21 21:13:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 21:13:46 +0300 |
commit | d934503a050ba84e6b42a006aacd891c4088eb62 (patch) | |
tree | 44be975bd7ce4832c81ac93bc7ad4f15fc200b36 /test/terraform/scenarios.json | |
parent | 2258fcb040d74de01dbfc9df7d8800d90a13d56c (diff) |
Terraform: Add cosign integrity check for TFLint (#586)feature_terraform_1.3.2
* add cosign integrity check for tflint
* fallback to gpg verification
Diffstat (limited to 'test/terraform/scenarios.json')
-rw-r--r-- | test/terraform/scenarios.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/terraform/scenarios.json b/test/terraform/scenarios.json index 8977635..0a4d895 100644 --- a/test/terraform/scenarios.json +++ b/test/terraform/scenarios.json @@ -22,5 +22,13 @@ "installTerraformDocs": true } } + }, + "older_tflint": { + "image": "mcr.microsoft.com/devcontainers/base:jammy", + "features": { + "terraform": { + "tflint": "0.40.0" + } + } } }
\ No newline at end of file |