From e571b12564c208547514eb94073e2cd13649926e Mon Sep 17 00:00:00 2001 From: David Runger Date: Thu, 18 Jun 2026 15:43:15 -0500 Subject: [PATCH] [pre-push] Change 'lint gitleaks' to 'lint secrets' --- bin/githooks/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/githooks/pre-push b/bin/githooks/pre-push index 7c4edef..c2f60d6 100755 --- a/bin/githooks/pre-push +++ b/bin/githooks/pre-push @@ -2,6 +2,6 @@ set -euo pipefail # exit on any error, don't allow undefined variables, pipes don't swallow errors -lint gitleaks +lint secrets background-and-notify lint newlines