diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 91e9fe532176bbe1d6891d0a179e8d501dd99fc8..262cb39cfac3614590b0e01f77bdda91555472f6 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: