diff --git a/Formula/t/trufflehog.rb b/Formula/t/trufflehog.rb index 3bb2a5deac7c8..686c059b3afc3 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.2.tar.gz" - sha256 "b6b67f9575f995b60ff8293b95e4d3e83971e66e6cfba4dcad466e8e6cb8f53a" + url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.82.3.tar.gz" + sha256 "a1574bc860eefa6c44d79ece82937b18f5dabd54f86ae94975a0a309638753b9" # upstream license ask, https://github.com/trufflesecurity/trufflehog/issues/1446 license "AGPL-3.0-only" head "https://github.com/trufflesecurity/trufflehog.git", branch: "main"