Commit 8f4ee219 authored by nimrod's avatar nimrod
Browse files

Add detect-secret pre-commit hook.

parent 2fc27944
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -30,3 +30,7 @@ repos:
    hooks:
      - id: hadolint
      - id: docker-compose
  - repo: https://github.com/Yelp/detect-secrets
    rev: v0.13.0
    hooks:
      - id: detect-secrets