From 50ea05de0f204413a54e5f96ae4f4a124b364745 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 00:40:28 +0000 Subject: [PATCH] gitleaks: Update to version 8.26.0 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index 739cf8c5ca..832f9ab906 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.25.1", + "version": "8.26.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.25.1/gitleaks_8.25.1_windows_x64.zip", - "hash": "f4d19d8db71a7c88876608a579483f1375b08ca863dad5dc040de0c575b276e1" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.26.0/gitleaks_8.26.0_windows_x64.zip", + "hash": "d35ade652cff6c0c3213526e65a5da32b1c0cb49589619e96edc70ca21aa34c4" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.25.1/gitleaks_8.25.1_windows_x32.zip", - "hash": "a03903c7a6b4737bc7ecb260833d94ff918b20f19e01543f672ab40796ebdf3d" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.26.0/gitleaks_8.26.0_windows_x32.zip", + "hash": "4e3900a56792a2b0aaed7b54bda6ac12f50288dbf16ec959f97ad16206eb150e" } }, "bin": "gitleaks.exe",