From f89789bc6e8525e4214c02af7504fad7cf05162d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:23:06 +0000 Subject: [PATCH] gitleaks: Update to version 8.18.2 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index 25fdcd37e7..35f825d4aa 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.18.1", + "version": "8.18.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.18.1/gitleaks_8.18.1_windows_x64.zip", - "hash": "1a7e60fe13ce6e509793574392ff851c8e8f176e778cd5a21970c6ce12726b70" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.18.2/gitleaks_8.18.2_windows_x64.zip", + "hash": "aa19543417c668b15e89b3357413099d81a75029a8ebbaec5034b7c8cc33c7e5" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.18.1/gitleaks_8.18.1_windows_x32.zip", - "hash": "8748ea6df9d70a0eec9771dd28c57f645046bb05cd9b3f3e9d420bac024a9a10" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.18.2/gitleaks_8.18.2_windows_x32.zip", + "hash": "7265ec54bc812628bf0559f938a80879be3312c7556fa96eb123d8197b5a506f" } }, "bin": "gitleaks.exe",