|
186 | 186 | Rewrites all Terraform configuration files to a canonical format using Docker.
|
187 | 187 | NOTE: Requires Docker to be available. Use 'skip' in .pre-commit-config.yaml
|
188 | 188 | if running on pre-commit.ci or other environments without Docker.
|
189 |
| - entry: ghcr.io/actuarysailor/pre-commit-terraform-tools:latest |
| 189 | + entry: ghcr.io/antonbabenko/pre-commit-terraform-tools:latest |
190 | 190 | language: docker_image
|
191 | 191 | args: [terraform, fmt]
|
192 | 192 | files: \.(tf|tofu|tfvars|tftest\.hcl|tfmock\.hcl)$
|
|
201 | 201 | NOTE: Requires Docker to be available. Use 'skip' in .pre-commit-config.yaml
|
202 | 202 | if running on pre-commit.ci or other environments without Docker.
|
203 | 203 | require_serial: true
|
204 |
| - entry: ghcr.io/actuarysailor/pre-commit-terraform-tools:latest |
| 204 | + entry: ghcr.io/antonbabenko/pre-commit-terraform-tools:latest |
205 | 205 | language: docker_image
|
206 | 206 | args:
|
207 | 207 | - /usr/bin/hooks/terraform_validate.sh
|
|
220 | 220 | NOTE: Requires Docker to be available. Use 'skip' in .pre-commit-config.yaml
|
221 | 221 | if running on pre-commit.ci or other environments without Docker.
|
222 | 222 | require_serial: true
|
223 |
| - entry: ghcr.io/actuarysailor/pre-commit-terraform-tools:latest |
| 223 | + entry: ghcr.io/antonbabenko/pre-commit-terraform-tools:latest |
224 | 224 | language: docker_image
|
225 | 225 | args: [tflint, --chdir=.]
|
226 | 226 | pass_filenames: false
|
|
234 | 234 | NOTE: Requires Docker to be available. Use 'skip' in .pre-commit-config.yaml
|
235 | 235 | if running on pre-commit.ci or other environments without Docker.
|
236 | 236 | require_serial: true
|
237 |
| - entry: ghcr.io/actuarysailor/pre-commit-terraform-tools:latest |
| 237 | + entry: ghcr.io/antonbabenko/pre-commit-terraform-tools:latest |
238 | 238 | language: docker_image
|
239 | 239 | args: [terraform-docs, markdown, table, ., --output-file, README.md]
|
240 | 240 | pass_filenames: false
|
|
247 | 247 | Runs checkov on Terraform templates using Docker.
|
248 | 248 | NOTE: Requires Docker to be available. Use 'skip' in .pre-commit-config.yaml
|
249 | 249 | if running on pre-commit.ci or other environments without Docker.
|
250 |
| - entry: ghcr.io/actuarysailor/pre-commit-terraform-tools:latest |
| 250 | + entry: ghcr.io/antonbabenko/pre-commit-terraform-tools:latest |
251 | 251 | language: docker_image
|
252 | 252 | args: [checkov, -d, .]
|
253 | 253 | pass_filenames: false
|
|
264 | 264 | NOTE: Requires Docker to be available. Use 'skip' in .pre-commit-config.yaml
|
265 | 265 | if running on pre-commit.ci or other environments without Docker.
|
266 | 266 | require_serial: true
|
267 |
| - entry: ghcr.io/actuarysailor/pre-commit-terraform-tools:latest |
| 267 | + entry: ghcr.io/antonbabenko/pre-commit-terraform-tools:latest |
268 | 268 | language: docker_image
|
269 | 269 | args: [trivy, config, .]
|
270 | 270 | pass_filenames: false
|
|
277 | 277 | Check terraform infrastructure cost using Docker.
|
278 | 278 | NOTE: Requires Docker to be available. Use 'skip' in .pre-commit-config.yaml
|
279 | 279 | if running on pre-commit.ci or other environments without Docker.
|
280 |
| - entry: ghcr.io/actuarysailor/pre-commit-terraform-tools:latest |
| 280 | + entry: ghcr.io/antonbabenko/pre-commit-terraform-tools:latest |
281 | 281 | language: docker_image
|
282 | 282 | args: [infracost, breakdown, --path, .]
|
283 | 283 | pass_filenames: false
|
|
0 commit comments