From 8f8f6ea2ef75f2040c76404b98ddb7d22d13fbcf Mon Sep 17 00:00:00 2001 From: Andres Torres Date: Thu, 19 Dec 2024 11:59:54 -0600 Subject: [PATCH] Update to `.pre-commit-config,yaml` to a previous state (#5624) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5fdd3fa027..7931b10506 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: description: Detect hardcoded secrets pre-commit using Gitleaks entry: gitleaks protect --verbose --no-banner --redact --staged language: system - stages: [pre-commit] + stages: [commit] - id: gitleaks-pre-push # To use this pre-push hook, run @@ -20,4 +20,4 @@ repos: description: Detect hardcoded secrets pre-push using Gitleaks entry: gitleaks detect --verbose --no-banner --redact --log-opts "origin..HEAD" language: system - stages: [pre-push] + stages: [push]