From 85f6c586027350ceec5bcb8e06e0343fe1b7fbba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:30:00 +0000 Subject: [PATCH] gitleaks: Update to version 8.22.0 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index f732049ee9..da1ff4a440 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.21.3", + "version": "8.22.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.21.3/gitleaks_8.21.3_windows_x64.zip", - "hash": "aa076106e99e892b43b6056cd23e193f282d0ed3b9d32a044de15222e2b06591" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.22.0/gitleaks_8.22.0_windows_x64.zip", + "hash": "b488e255433c709c4feb67c8497024ddc2633bd7c94cadc30e4b64cf82ab7410" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.21.3/gitleaks_8.21.3_windows_x32.zip", - "hash": "5f3549a568cd8b7d3c26516aea6b3d4b7d54adbdf7c212a6db46ce8397c0bfad" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.22.0/gitleaks_8.22.0_windows_x32.zip", + "hash": "85a73e9888148a00a8f22c93a9c0079482c84aef3cec4b1593e19d4485ce0173" } }, "bin": "gitleaks.exe",