File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# This configuration uses Docker containers instead of requiring local tool installation
33
44repos :
5- - repo : https://github.com/actuarysailor /pre-commit-terraform
5+ - repo : https://github.com/antonbabenko /pre-commit-terraform
66 rev : v1.96.1 # Use a stable release version
77 hooks :
88 # Option 1: Use Docker-based hooks (no local tool installation required)
3838# ⚠️ Need to ensure Docker image is available (pull or build)
3939
4040# Build the tools image locally with:
41- # docker build -f Dockerfile.tools -t ghcr.io/actuarysailor /pre-commit-terraform-tools:latest .
41+ # docker build -f Dockerfile.tools -t ghcr.io/antonbabenko /pre-commit-terraform-tools:latest .
4242
4343# Or use the pre-built image once published:
44- # docker pull ghcr.io/actuarysailor /pre-commit-terraform-tools:latest
44+ # docker pull ghcr.io/antonbabenko /pre-commit-terraform-tools:latest
You can’t perform that action at this time.
0 commit comments