Skip to content
Snippets Groups Projects
.pre-commit-config.yaml 223 B
Newer Older
Ole Langbehn's avatar
Ole Langbehn committed
repos:
-   repo: local
    hooks:
    -   id: gitleaks
        name: gitleaks
        language: system
        entry: gitleaks protect --staged -v -c ../.gitleaks.toml
        pass_filenames: false
        always_run: true