feat: rename pre-commit-terraform to pre-commit-opentofu, pt II

This commit is contained in:
Alexander Sharov 2024-01-17 00:29:39 +01:00
commit 2e537a9cd4
10 changed files with 16 additions and 963 deletions

View file

@ -23,7 +23,7 @@ function main {
fi
common::colorify "yellow" "tfsec tool was deprecated, and replaced by trivy. You can check trivy hook here:"
common::colorify "yellow" "https://github.com/antonbabenko/pre-commit-terraform/tree/master#terraform_trivy"
common::colorify "yellow" "https://github.com/tofuutils/pre-commit-opentofu/tree/master#terraform_trivy"
common::per_dir_hook "$HOOK_ID" "${#ARGS[@]}" "${ARGS[@]}" "${FILES[@]}"
}