From 5dbeb94be604ba614e217adc7b03002db040aa2f Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 9 Jan 2022 10:25:19 +0200
Subject: [PATCH] Add Checkov pre-commit hook.

---
 .pre-commit-config.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 91e9fe5..262cb39 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -62,6 +62,11 @@ repos:
       - id: terraform-fmt
       - id: terraform-validate
 
+  - repo: https://github.com/bridgecrewio/checkov.git
+    rev: 2.0.708
+    hooks:
+      - id: checkov
+
   - repo: https://github.com/ambv/black.git
     rev: 21.10b0
     hooks:
-- 
GitLab