Skip to content

Commit

Permalink
Update to .pre-commit-config,yaml to a previous state (#5624)
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-torres-marroquin authored Dec 19, 2024
1 parent 5fc96af commit 8f8f6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]

0 comments on commit 8f8f6ea

Please sign in to comment.