From 6bab083e86c654be0e763dde597012266a9c09d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 04:30:23 +0000 Subject: [PATCH] gitleaks: Update to version 8.27.1 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index 68f53ec569..7930829719 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.27.0", + "version": "8.27.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.27.0/gitleaks_8.27.0_windows_x64.zip", - "hash": "6aa60a1c0df77836191eaa25e93ced70d4a0493717939f274d45ec1e8a2e85a8" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.27.1/gitleaks_8.27.1_windows_x64.zip", + "hash": "7a6f3aa2fa533e4511aa0555b6794558f8024e432c64b047b01f17558722bbd4" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.27.0/gitleaks_8.27.0_windows_x32.zip", - "hash": "daa10b8de7d72bc7e4adf2f617d349c4b2e58617deb237e73ff442061e54399f" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.27.1/gitleaks_8.27.1_windows_x32.zip", + "hash": "5b0485b8617a7d8eef7736aeb4b0dad3033b9df45dbb70f708537a039836f06b" } }, "bin": "gitleaks.exe",