From bf4376ce96d06ede4e19bc6bde1a0c06646b7958 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 15 Oct 2024 22:17:30 +0000 Subject: [PATCH] trufflehog 3.82.9 --- Formula/t/trufflehog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/trufflehog.rb b/Formula/t/trufflehog.rb index 1ec74acef3509..f37cc37294e6f 100644 --- a/Formula/t/trufflehog.rb +++ b/Formula/t/trufflehog.rb @@ -1,8 +1,8 @@ class Trufflehog < Formula desc "Find and verify credentials" homepage "https://trufflesecurity.com/" - url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.82.8.tar.gz" - sha256 "9976fadc60a67d1b12c90c2a84e0b212b5cb0db8172eb14fe6ad768aee2e1bcd" + url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.82.9.tar.gz" + sha256 "fec874d99f7df9b37c80c0c2c67967a0ea7c49bdb7caaafa14c211653843e31d" # upstream license ask, https://github.com/trufflesecurity/trufflehog/issues/1446 license "AGPL-3.0-only" head "https://github.com/trufflesecurity/trufflehog.git", branch: "main"