From c22403938c4013a2f8c874dd03479fcbe1044909 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 04:30:24 +0000 Subject: [PATCH] gitleaks: Update to version 8.15.3 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index 4177eb8cde..ea58991542 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.15.2", + "version": "8.15.3", "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.2/gitleaks_8.15.2_windows_x64.zip", - "hash": "7355dbdcb752ca34aec97000068b0c1b6c1084721bd0723e045fd2b5ac04b27d" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.15.3/gitleaks_8.15.3_windows_x64.zip", + "hash": "037883692db8635a93ed31043b5a7c5ed86c8da58f16800d922e39a2fad3be25" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.15.2/gitleaks_8.15.2_windows_x32.zip", - "hash": "1de703eabb3db05e49854588bdf790d21ee1b53ddbca2b1493939e62ba94f36e" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.15.3/gitleaks_8.15.3_windows_x32.zip", + "hash": "c5da062ab4226f2038338b214b3ff0db145266004887d227105ab3ee12c0c6da" } }, "bin": "gitleaks.exe",