From 5fc1e2caf61196efd4b6df67fdb1220220c7ff1b Mon Sep 17 00:00:00 2001 From: Gabriel Brown Date: Wed, 24 Jun 2026 21:25:46 -0400 Subject: [PATCH] Fix secret leaks and precommit hook --- .husky/pre-commit | 1 + 1 file changed, 1 insertion(+) diff --git a/.husky/pre-commit b/.husky/pre-commit index 8db4926..9144706 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,2 @@ bunx lint-staged --concurrent 1 +infisical scan git-changes --staged