checkcov and tflint command not found
Hello,
It looks like between template version 3.1.2
and 4.0.0 the runner tag changed from
aws-iac-terraform-fastto
aws-core-tools-fast, at least for the compliance template. This causes a problem when running with version >
4.0.0, the CI throws an error regarding that
checkcovand
tflint` commands are not found:
Job example: https://git.cloud.safran/safrangrp/s279/datasaa/datasaa-infra-projects/datasaa-infra-2-data/-/jobs/1482404
As the version > 4.0.0
is now using new variable TERRAFORM_IMAGE
, I suspect the issue comes from the image used in the CI (tag: core/base-images/ubi8/terraform-11:3.0.0
) which does not have the binaries installed.
Would it be possible to fix this image with a new tag and binaries installed?
Thanks