mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
docs: fix protocol to prevent MITM (#257)
This commit is contained in:
parent
2973f85f3b
commit
a0f69e3ba7
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
repos:
|
||||
- repo: git://github.com/pre-commit/pre-commit-hooks
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.0.1
|
||||
hooks:
|
||||
# Git style
|
||||
|
|
@ -28,7 +28,7 @@ repos:
|
|||
- id: detect-private-key
|
||||
|
||||
|
||||
- repo: git://github.com/jumanjihouse/pre-commit-hooks
|
||||
- repo: https://github.com/jumanjihouse/pre-commit-hooks
|
||||
rev: 2.1.5
|
||||
hooks:
|
||||
- id: shfmt
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ Step into the repository you want to have the pre-commit hooks installed and run
|
|||
git init
|
||||
cat <<EOF > .pre-commit-config.yaml
|
||||
repos:
|
||||
- repo: git://github.com/antonbabenko/pre-commit-terraform
|
||||
- repo: https://github.com/antonbabenko/pre-commit-terraform
|
||||
rev: <VERSION> # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases
|
||||
hooks:
|
||||
- id: terraform_fmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue