From 4894ad34304634da4b70514ad851b936126959fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:30:54 +0000 Subject: [PATCH] gitleaks: Update to version 8.20.0 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index d9e3f90988..f5dae4afee 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.19.3", + "version": "8.20.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.19.3/gitleaks_8.19.3_windows_x64.zip", - "hash": "2bd827a17bdb282f812f5c3b2e58760ee9974a990950f0300ae95e818a7a1669" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.20.0/gitleaks_8.20.0_windows_x64.zip", + "hash": "15a00bab8758b60f8865e29db5dec153ce43858e6793e001cf8d1aac02c92714" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.19.3/gitleaks_8.19.3_windows_x32.zip", - "hash": "8013a4782a9cce3d054b3b021f3c19e812ccbb58f463fb2e2fd7f3f15f7bda75" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.20.0/gitleaks_8.20.0_windows_x32.zip", + "hash": "96ef571c8bc194019984ea94432e7e23b4edec8eb7d6831c3614843df6423750" } }, "bin": "gitleaks.exe",