Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment