Commit 0141aa69 authored by nimrod's avatar nimrod
Browse files

Add Checkov to the pre-commit config skeleton file.

Also, re-org a little by grouping the "DevOps" tools (Terraform, Docker,
Ansible) together.
parent 665c8d8c
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -57,6 +57,11 @@ repos:
    hooks:
      - id: mdformat

  - repo: https://github.com/shellcheck-py/shellcheck-py.git
    rev: v0.7.2.1
    hooks:
      - id: shellcheck

  - repo: https://github.com/pre-commit/pre-commit.git
    rev: v2.15.0
    hooks:
@@ -72,10 +77,10 @@ repos:
      - id: poetry-check
      - id: docker-compose

  - repo: https://github.com/shellcheck-py/shellcheck-py.git
    rev: v0.7.2.1
  - repo: https://github.com/bridgecrewio/checkov.git
    rev: 2.0.708
    hooks:
      - id: shellcheck
      - id: checkov

  - repo: https://github.com/ansible/ansible-lint.git
    rev: v5.2.1