diff --git a/bucket/gitleaks.json b/bucket/gitleaks.json index 4d9df4be4e..c9c73f146e 100644 --- a/bucket/gitleaks.json +++ b/bucket/gitleaks.json @@ -1,16 +1,16 @@ { - "version": "8.19.1", + "version": "8.19.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.19.1/gitleaks_8.19.1_windows_x64.zip", - "hash": "178b29571502c930c64ec94e6a1af5f51efa7f42fc1bdbdb31db37092015e1aa" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.19.2/gitleaks_8.19.2_windows_x64.zip", + "hash": "4de36c582415a84e406ffa72242f793cc1b7acd6a1f85fdcc439a800665eec39" }, "32bit": { - "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.19.1/gitleaks_8.19.1_windows_x32.zip", - "hash": "68282c700eb4690e60dd7a4371f689c2ce96433e9784e7084fb26e43ed89b591" + "url": "https://github.com/zricethezav/gitleaks/releases/download/v8.19.2/gitleaks_8.19.2_windows_x32.zip", + "hash": "8744daf31f99ebf2cc69de27cfd804ad9a1ca6fffb8853c4cddfeb2626805c68" } }, "bin": "gitleaks.exe",