From 892589978cf01d71e000e07c583a14c1c0a481b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:31:05 +0000 Subject: [PATCH] gitleaks: Update to version 8.21.2 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index 5225cfd100..e5896e4c46 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.21.1", + "version": "8.21.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.21.1/gitleaks_8.21.1_windows_x64.zip", - "hash": "e379528885e36ed1479c3d03f1cd879e3a53f0cb6c80a1e367122a871b71151c" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.21.2/gitleaks_8.21.2_windows_x64.zip", + "hash": "f238c85e5f47e18fac779ce71ee11091cf70a0a8fb4415f165efba2800eef133" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.21.1/gitleaks_8.21.1_windows_x32.zip", - "hash": "642d39ae7e400699c85217e77f76d902b54a345f68dbf59c043132f3bbdc556e" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.21.2/gitleaks_8.21.2_windows_x32.zip", + "hash": "788261d2f92c57320c8bef727ba6277582cb17925252b740c785782ae6bf4a3f" } }, "bin": "gitleaks.exe",