From 68f4fd7a83cf9064bcf6ae26d3e27eddfae6130d Mon Sep 17 00:00:00 2001 From: xnoto Date: Fri, 31 Jul 2026 00:35:41 -0600 Subject: [PATCH] ci: add full-tree secret scanning --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ebe63b..c22b976 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,13 @@ repos: - id: mixed-line-ending - id: trailing-whitespace + - repo: https://github.com/gitleaks/gitleaks + rev: v8.30.1 + hooks: + - id: gitleaks + entry: gitleaks dir --redact --verbose . + pass_filenames: false + - repo: https://github.com/rhysd/actionlint rev: v1.7.12 hooks: