diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index f5dae4afee..33a3ac1923 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.20.0", + "version": "8.20.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.20.0/gitleaks_8.20.0_windows_x64.zip", - "hash": "15a00bab8758b60f8865e29db5dec153ce43858e6793e001cf8d1aac02c92714" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.20.1/gitleaks_8.20.1_windows_x64.zip", + "hash": "f23010173c6a0fa03cf8148d32a83e40417127e43fb54808fa27bf8aece20111" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.20.0/gitleaks_8.20.0_windows_x32.zip", - "hash": "96ef571c8bc194019984ea94432e7e23b4edec8eb7d6831c3614843df6423750" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.20.1/gitleaks_8.20.1_windows_x32.zip", + "hash": "60e63987faa626b38bf6292c7e51addc0b9691773e8b2f768f5cb46b4b3ca956" } }, "bin": "gitleaks.exe",