From 96e3f1b6f11cf957b7451d6d7628296a494556d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Jul 2025 16:29:35 +0000 Subject: [PATCH] gitleaks: Update to version 8.28.0 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index 3713337e1e..a5abaaee2c 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.27.2", + "version": "8.28.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.27.2/gitleaks_8.27.2_windows_x64.zip", - "hash": "3c6a58efa70e991d7816a8bd87d1db797818017fcb67cbf1861394b404a70a42" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.28.0/gitleaks_8.28.0_windows_x64.zip", + "hash": "da6458e8864af553807de1c46a7a8eac0880bd6b99ba56288e87e86a45af884f" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.27.2/gitleaks_8.27.2_windows_x32.zip", - "hash": "f65d7bfdc0aa5e173dda4d35ffde17e4772854f5b933eb14fb57ca33d0c73913" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.28.0/gitleaks_8.28.0_windows_x32.zip", + "hash": "e5c53b231d43da0d29c22c719dbcc753891fd2b600ca27506b322669cd3bc400" } }, "bin": "gitleaks.exe",