From 163517817fd3184ff76b86e700c0bc36ca3aa3ec Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 4 Mar 2026 13:05:23 +0100 Subject: [PATCH] chore: remove unnecessary terraform tooling --- .pre-commit-config.yaml | 9 --------- checkov.yaml | 4 +--- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb9eb35..ccf477a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,15 +25,6 @@ repos: - id: commitlint stages: [ commit-msg ] additional_dependencies: [ '@commitlint/config-conventional' ] - - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.105.0 - hooks: - - id: terraform_tflint - - id: terraform_fmt - - id: terraform_checkov - language: docker_image - entry: --tty bridgecrew/checkov:3.2.354 --config-file checkov.yaml - pass_filenames: false - repo: https://github.com/renovatebot/pre-commit-hooks rev: 43.46.6 hooks: diff --git a/checkov.yaml b/checkov.yaml index f6052a9..2104246 100644 --- a/checkov.yaml +++ b/checkov.yaml @@ -4,11 +4,9 @@ custom-tool-name: Checkov compact: true directory: - . -download-external-modules: true evaluate-variables: true -external-modules-download-path: .external_modules framework: - - - terraform,terraform_plan,yaml,json,github_configuration,github_actions + - - yaml,json,github_configuration,github_actions hard-fail-on: MEDIUM mask: [ ] quiet: true