From 4b48810a6d9694594510f50741df34ba402210b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 20:30:26 +0000 Subject: [PATCH] gitleaks: Update to version 8.30.0 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index becf928441..6cebe2d4fe 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.29.1", + "version": "8.30.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.29.1/gitleaks_8.29.1_windows_x64.zip", - "hash": "e4b7d556f0cddbe23d10d8fac2ab0f29f68f019091c6599ffbeaa8a4fb71ac78" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.30.0/gitleaks_8.30.0_windows_x64.zip", + "hash": "54fe94f644b832dd08e8c3a5915efb3bfa862386d59fb27ca0792cb687a83573" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.29.1/gitleaks_8.29.1_windows_x32.zip", - "hash": "70d6ce902f5c8f04005deb6c8070fe0c27802586d3390967d6b9fe187e97e419" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.30.0/gitleaks_8.30.0_windows_x32.zip", + "hash": "35b08db8fc11f4cec66fe54227a9bbd8ecfd7456941d31837f9137edb77ee60e" } }, "bin": "gitleaks.exe",