From dad3ebc2bd3da30f221093175139cbec662686c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 20:27:11 +0000 Subject: [PATCH] gitleaks: Update to version 8.15.1 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index 3ef51e51d4..c9a213f3d1 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.15.0", + "version": "8.15.1", "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.15.0/gitleaks_8.15.0_windows_x64.zip", - "hash": "9a5a574c29f494dc36d9ed8c8b0a92a0dc45cf1d0c8fa5fe6307be4424982c7f" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.15.1/gitleaks_8.15.1_windows_x64.zip", + "hash": "9ca5542e923303ec7203fbf054124ac289019381be0e3bc8b1ae77c32ed19437" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.15.0/gitleaks_8.15.0_windows_x32.zip", - "hash": "13d1e278ba6c85a941772717786b65db2c3a765b2a7bafd3dbd83f7fb2bdd7a9" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.15.1/gitleaks_8.15.1_windows_x32.zip", + "hash": "a8461ac5de29c287349b587ed789f161a07bbcb2d67c3d581da6bdb7d1534558" } }, "bin": "gitleaks.exe",