From c4752b700d7a2be799dc9ee4d1ace92cbca967ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 20:31:30 +0000 Subject: [PATCH] gitleaks: Update to version 8.16.1 --- bucket/gitleaks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index d8e250adb2..73f731e908 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.16.0", + "version": "8.16.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.16.0/gitleaks_8.16.0_windows_x64.zip", - "hash": "8caff67902c47e2148db529d816d4ce09b7ec37f4cc891def77d0d2ed9f4b57d" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.16.1/gitleaks_8.16.1_windows_x64.zip", + "hash": "3707275694500ce157ea3358a285f40025157a1ef7b8c21898e828bb09292f1c" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.16.0/gitleaks_8.16.0_windows_x32.zip", - "hash": "8aaf48f07735ee71ebc6d2b67350837cacbb700c86c8140ad5ab71dbfe28e3a8" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.16.1/gitleaks_8.16.1_windows_x32.zip", + "hash": "434818b6ddd452e70d4347e776e24e3c57bc96ffafaecbbefd71a2d6f2821e5c" } }, "bin": "gitleaks.exe",