We subscribed through Github and we found out some checks are missing components in the CI. We have a bunch of terraform/shell related checks included in the configuration which are running fine locally (obviously). As soon as they are invoked through the pre-commit.ci, the commands are missing. Did I missed something from the documentation, and somehow I can add these things there through some variables, or I should not expect that those ones are going to work?
The missing executables are: shfmt, shell_lint, terraform, tflint, tfsec, checkov, tfupdate. Of course they are out of the regular pre-commit scope, and my default assumption that they won't work (I cannot guess how big environment you need to build to check support every possible environment) - I just want to make sure I'm not missing anything.
Thank you for your help in advance! This is my .pre-commit-config.yaml :
Hi, and sorry if I ask lame questions - I went through on the available documentation regarding pre-commit and pre-commit.ci and also the open/closed issues too, and I didn't found any solution. This is the reference: https://results.pre-commit.ci/run/github/711907207/1702648407.ADucDK-KSciL8Ias7FXQhQ
We subscribed through Github and we found out some checks are missing components in the CI. We have a bunch of terraform/shell related checks included in the configuration which are running fine locally (obviously). As soon as they are invoked through the pre-commit.ci, the commands are missing. Did I missed something from the documentation, and somehow I can add these things there through some variables, or I should not expect that those ones are going to work?
The missing executables are:
shfmt
,shell_lint
,terraform
,tflint
,tfsec
,checkov
,tfupdate
. Of course they are out of the regular pre-commit scope, and my default assumption that they won't work (I cannot guess how big environment you need to build to check support every possible environment) - I just want to make sure I'm not missing anything.Thank you for your help in advance! This is my
.pre-commit-config.yaml
: