From ecc642cdfc6c92b9db02de18c462ff04944a9332 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:30:46 +0000 Subject: [PATCH] gitleaks: Update to version 8.19.3 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index c9c73f146e..d9e3f90988 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.19.2", + "version": "8.19.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.19.2/gitleaks_8.19.2_windows_x64.zip", - "hash": "4de36c582415a84e406ffa72242f793cc1b7acd6a1f85fdcc439a800665eec39" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.19.3/gitleaks_8.19.3_windows_x64.zip", + "hash": "2bd827a17bdb282f812f5c3b2e58760ee9974a990950f0300ae95e818a7a1669" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.19.2/gitleaks_8.19.2_windows_x32.zip", - "hash": "8744daf31f99ebf2cc69de27cfd804ad9a1ca6fffb8853c4cddfeb2626805c68" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.19.3/gitleaks_8.19.3_windows_x32.zip", + "hash": "8013a4782a9cce3d054b3b021f3c19e812ccbb58f463fb2e2fd7f3f15f7bda75" } }, "bin": "gitleaks.exe",