From 444257d8677b9ec04c09b6dd8042857e2d084bd3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:22:04 +0000 Subject: [PATCH 1/2] Uncomment gitleaks pre-commit hook Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/342d88dc-bff2-4104-9bc3-4d6060563e29 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 22229b0c..17bfa3d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,12 +51,12 @@ repos: pass_filenames: false # GO-based - # - repo: https://github.com/gitleaks/gitleaks - # rev: v8.30.0 - # hooks: - # - id: gitleaks - # name: Run gitleaks - # description: Check for secrets with gitleaks + - repo: https://github.com/gitleaks/gitleaks + rev: v8.30.0 + hooks: + - id: gitleaks + name: Run gitleaks + description: Check for secrets with gitleaks - repo: https://github.com/Lucas-C/pre-commit-hooks rev: v1.5.6 From 45491fdd099ab5f0a385f8ea80a06bbfcbeec643 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 3 Apr 2026 13:29:06 +1000 Subject: [PATCH 2/2] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17bfa3d6..c8ef88cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: # GO-based - repo: https://github.com/gitleaks/gitleaks - rev: v8.30.0 + rev: v8.30.1 hooks: - id: gitleaks name: Run gitleaks