pipery-dev/Pipery Terraform CI

CI pipeline for Terraform: SAST (tfsec) → SCA → lint (tflint) → validate → plan → version → release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
project_pathPath to the Terraform root module.no.
config_filePath to the pipery config file.no.pipery/config.yaml
terraform_versionTerraform CLI version to use.nolatest
backend_configComma-separated backend config vars (key=val).no""
var_filePath to a .tfvars file.no""
working_directoryWorking directory for Terraform commands.no.
skip_sastSkip tfsec SAST scan.nofalse
skip_scaSkip SCA dependency scan.nofalse
skip_lintSkip tflint lint.nofalse
skip_validateSkip terraform validate.nofalse
skip_planSkip terraform plan.nofalse
skip_versionSkip version step.nofalse
skip_versioningSkip versioning step.nofalse
skip_releaseSkip release step.nofalse
skip_reintegrationSkip reintegration step.nofalse
log_filePath to write the JSONL log file.nopipery.jsonl

no outputs