From b4a517b1475dc2de13f1da6e12c721e572f10f2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 12:30:59 +0000 Subject: [PATCH] gitleaks: Update to version 8.24.2 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index 823e65d11d..7fecb5789a 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.24.0", + "version": "8.24.2", "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.0/gitleaks_8.24.0_windows_x64.zip", - "hash": "dab91070b01feec49bd157375085c93a16fe85e13b3bff6916aaaa0a3b3b5fac" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.24.2/gitleaks_8.24.2_windows_x64.zip", + "hash": "cc47fdc0364964e2d346fbbcbe4cc87f34d490b2647508fb05930d0ec2fbff07" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.24.0/gitleaks_8.24.0_windows_x32.zip", - "hash": "fd0b7ccc66e464fbe76b569bd627d7c15c12595c2f4cfcf21a1ccb23e6511d5a" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.24.2/gitleaks_8.24.2_windows_x32.zip", + "hash": "2f3ecedaab2721c4b1112a4078c63eddd3801b5771f53261da065ff57dae6daa" } }, "bin": "gitleaks.exe",