ci-check-infra.yml
Perform static analysis in the infrastructure code.
graph LR
START((Start))
check-fmt[Formatting]
validate[Validate]
tfsec[TFSec]
tflint[TFLint]
END((End))
START --> check-fmt
START --> validate
START --> tfsec
START --> tflint
check-fmt --> END
validate --> END
tfsec --> END
tflint --> END
name | type | description | default |
---|---|---|---|
stage |
string |
The name of the Terraform workspace to use. The wl- prefix will be added to the name. |
-- |
tf-directory |
string |
The directory containing the Terraform files | ${{ vars.TF_DIRECTORY }} |
run-label |
string |
The run label to use for the actions | ubuntu-latest |
--
Permission | Level |
---|---|
contents |
read |
RUN_GROUP
TF_DIRECTORY
GITHUB_TOKEN
TF_API_TOKEN
--