From 2c5f4527f332cc6e776e956ec2be3d62aa1f64db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 00:40:41 +0000 Subject: [PATCH] gitleaks: Update to version 8.29.1 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index e1b75e76fc..becf928441 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.29.0", + "version": "8.29.1", "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.29.0/gitleaks_8.29.0_windows_x64.zip", - "hash": "262f6d6a41ba11892ece339ab866b21a02e4d029e16e8916a9b0b59292001fe7" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.29.1/gitleaks_8.29.1_windows_x64.zip", + "hash": "e4b7d556f0cddbe23d10d8fac2ab0f29f68f019091c6599ffbeaa8a4fb71ac78" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.29.0/gitleaks_8.29.0_windows_x32.zip", - "hash": "4cf64834ba06dad931df27323efd7be92f98ad57b7c5cb51407314a63c10db0e" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.29.1/gitleaks_8.29.1_windows_x32.zip", + "hash": "70d6ce902f5c8f04005deb6c8070fe0c27802586d3390967d6b9fe187e97e419" } }, "bin": "gitleaks.exe",