From 878c7315e3251b3bd9a16896e98528d9ae7711c3 Mon Sep 17 00:00:00 2001 From: David Runger Date: Thu, 18 Jun 2026 15:40:21 -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 bc1136c..8f10b78 100755 --- a/bin/githooks/pre-push +++ b/bin/githooks/pre-push @@ -2,7 +2,7 @@ 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 background-and-notify lint rubocop