Compare commits
No commits in common. "80ca523cdc7884a63b3e0590c4ef0e1517ce9cee" and "c7e3daa2321ed72270896ded16f5a27868e80e24" have entirely different histories.
80ca523cdc
...
c7e3daa232
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
TAG=v1.77.0
|
||||
docker pull --platform linux/amd64 ghcr.io/antonbabenko/pre-commit-terraform:$TAG
|
||||
docker run --platform linux/amd64 -e "USERID=$(id -u):$(id -g)" -v "$(pwd)":/lint -w /lint ghcr.io/antonbabenko/pre-commit-terraform:$TAG run -a
|
||||
TAG=latest
|
||||
docker pull ghcr.io/antonbabenko/pre-commit-terraform:$TAG
|
||||
docker run -e "USERID=$(id -u):$(id -g)" -v "$(pwd)":/lint -w /lint ghcr.io/antonbabenko/pre-commit-terraform:$TAG run -a
|
||||
|
BIN
.local/bin/terraform-ls
Executable file
BIN
.local/bin/terraform-ls
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user