From 7c427b525e31a965ca3526d30f7d98004f1be9ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:29:53 +0000 Subject: [PATCH] gitleaks: Update to version 8.19.2 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index 4d9df4be4e..c9c73f146e 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.19.1", + "version": "8.19.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.19.1/gitleaks_8.19.1_windows_x64.zip", - "hash": "178b29571502c930c64ec94e6a1af5f51efa7f42fc1bdbdb31db37092015e1aa" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.19.2/gitleaks_8.19.2_windows_x64.zip", + "hash": "4de36c582415a84e406ffa72242f793cc1b7acd6a1f85fdcc439a800665eec39" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.19.1/gitleaks_8.19.1_windows_x32.zip", - "hash": "68282c700eb4690e60dd7a4371f689c2ce96433e9784e7084fb26e43ed89b591" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.19.2/gitleaks_8.19.2_windows_x32.zip", + "hash": "8744daf31f99ebf2cc69de27cfd804ad9a1ca6fffb8853c4cddfeb2626805c68" } }, "bin": "gitleaks.exe",