From 5d8dfe8afdbe57b7a04059ef5ea80e214928664f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 16:29:39 +0000 Subject: [PATCH] gitleaks: Update to version 8.24.3 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index 7fecb5789a..aef67a8bfb 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.24.2", + "version": "8.24.3", "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.24.2/gitleaks_8.24.2_windows_x64.zip", - "hash": "cc47fdc0364964e2d346fbbcbe4cc87f34d490b2647508fb05930d0ec2fbff07" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.24.3/gitleaks_8.24.3_windows_x64.zip", + "hash": "3f1a35578631dbfe633cc5b49e6c906e55ff14a4bfd7336a10fb27fe33b6dcd2" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.24.2/gitleaks_8.24.2_windows_x32.zip", - "hash": "2f3ecedaab2721c4b1112a4078c63eddd3801b5771f53261da065ff57dae6daa" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.24.3/gitleaks_8.24.3_windows_x32.zip", + "hash": "aeadfee7feeedc061a9789a84b05995bf1755723f2d1027756d4ee78f56a0751" } }, "bin": "gitleaks.exe",