mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
- Replace mapfile with while-read loop for bash 3.2 compatibility
- Fix substring expressions to avoid negative indices:
(${check: -1} => ${check:$((${#check}-1)):1})
- Replace negative array indexing with explicit length calculation
- Maintain identical functionality while supporting macOS default bash
version
Signed-off-by: Oliver Ladner <waste@lugh.ch>
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _common.sh | ||
| infracost_breakdown.sh | ||
| terragrunt_fmt.sh | ||
| terragrunt_validate.sh | ||
| terrascan.sh | ||
| tfupdate.sh | ||
| tofu_checkov.sh | ||
| tofu_docs.sh | ||
| tofu_docs_replace.py | ||
| tofu_fmt.sh | ||
| tofu_providers_lock.sh | ||
| tofu_tflint.sh | ||
| tofu_tfsec.sh | ||
| tofu_trivy.sh | ||
| tofu_validate.sh | ||
| tofu_wrapper_module_for_each.sh | ||