From 4050542bd12cab60a02e2307f24919bc635fd27a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 04:30:15 +0000 Subject: [PATCH] gitleaks: Update to version 8.15.2 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index c9a213f3d1..4177eb8cde 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.15.1", + "version": "8.15.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.15.1/gitleaks_8.15.1_windows_x64.zip", - "hash": "9ca5542e923303ec7203fbf054124ac289019381be0e3bc8b1ae77c32ed19437" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.15.2/gitleaks_8.15.2_windows_x64.zip", + "hash": "7355dbdcb752ca34aec97000068b0c1b6c1084721bd0723e045fd2b5ac04b27d" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.15.1/gitleaks_8.15.1_windows_x32.zip", - "hash": "a8461ac5de29c287349b587ed789f161a07bbcb2d67c3d581da6bdb7d1534558" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.15.2/gitleaks_8.15.2_windows_x32.zip", + "hash": "1de703eabb3db05e49854588bdf790d21ee1b53ddbca2b1493939e62ba94f36e" } }, "bin": "gitleaks.exe",