From ac5589e95400e194f8f6fc93f9a93a5129c4dd8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 04:30:14 +0000 Subject: [PATCH] gitleaks: Update to version 8.21.0 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index 33a3ac1923..a22b145936 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.20.1", + "version": "8.21.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.20.1/gitleaks_8.20.1_windows_x64.zip", - "hash": "f23010173c6a0fa03cf8148d32a83e40417127e43fb54808fa27bf8aece20111" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.21.0/gitleaks_8.21.0_windows_x64.zip", + "hash": "3f8ad5782965ae1e8a1af4090af3263a90425e9124b770160800c44cd7d62cbb" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.20.1/gitleaks_8.20.1_windows_x32.zip", - "hash": "60e63987faa626b38bf6292c7e51addc0b9691773e8b2f768f5cb46b4b3ca956" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.21.0/gitleaks_8.21.0_windows_x32.zip", + "hash": "749a2380e95bec9d7b5b2957fe2fcea89ccf7e047e0b1b8d9e59ebfc381f1723" } }, "bin": "gitleaks.exe",