From 3a422e6a3ea4d0cb037b0c513ab9b97f3bdd7227 Mon Sep 17 00:00:00 2001 From: Raul Piraces Alastuey Date: Sun, 8 May 2022 16:27:36 +0200 Subject: [PATCH] trufflehog: Add version 3.4.3 (#3556) * trufflehog: Add version 3.4.3 * Update bucket/trufflehog.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/trufflehog.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/trufflehog.json diff --git a/bucket/trufflehog.json b/bucket/trufflehog.json new file mode 100644 index 0000000000..c741a0d867 --- /dev/null +++ b/bucket/trufflehog.json @@ -0,0 +1,24 @@ +{ + "version": "3.4.3", + "description": "Find leaked credentials", + "homepage": "https://github.com/trufflesecurity/trufflehog", + "license": "AGPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/trufflesecurity/trufflehog/releases/download/v3.4.3/trufflehog_3.4.3_windows_amd64.tar.gz", + "hash": "e10b28dfc388d0ba8bdb6e84187f6b90ce3b86238f61f31bec2c07394876d895" + } + }, + "bin": "trufflehog.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/trufflesecurity/trufflehog/releases/download/v$version/trufflehog_$version_windows_amd64.tar.gz" + } + }, + "hash": { + "url": "$baseurl/trufflehog_$version_checksums.txt" + } + } +}