From 03152508770801593956e55a8a12a43f820d1ead Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 04:29:51 +0000 Subject: [PATCH] gitleaks: Update to version 8.29.0 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index a5abaaee2c..e1b75e76fc 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.28.0", + "version": "8.29.0", "description": "SAST tool for detecting and preventing hardcoded secrets like passwords, api keys, and tokens in git repos", "homepage": "https://gitleaks.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.28.0/gitleaks_8.28.0_windows_x64.zip", - "hash": "da6458e8864af553807de1c46a7a8eac0880bd6b99ba56288e87e86a45af884f" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.29.0/gitleaks_8.29.0_windows_x64.zip", + "hash": "262f6d6a41ba11892ece339ab866b21a02e4d029e16e8916a9b0b59292001fe7" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.28.0/gitleaks_8.28.0_windows_x32.zip", - "hash": "e5c53b231d43da0d29c22c719dbcc753891fd2b600ca27506b322669cd3bc400" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.29.0/gitleaks_8.29.0_windows_x32.zip", + "hash": "4cf64834ba06dad931df27323efd7be92f98ad57b7c5cb51407314a63c10db0e" } }, "bin": "gitleaks.exe",