Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trufflehog 3.78.0 #173672

Merged
merged 2 commits into from
Jun 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/t/trufflehog.rb
Original file line number Diff line number Diff line change
@@ -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.77.0.tar.gz"
sha256 "7c3c0e1dea0c3161634f6682d404e312050f868afcc87adec057534c8ce098c8"
url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.78.0.tar.gz"
sha256 "9fb099d4141b2e5871af4a3857cf05532923e3e24503287c4cfc747dd8cae6a6"
# upstream license ask, https://github.com/trufflesecurity/trufflehog/issues/1446
license "AGPL-3.0-only"
head "https://github.com/trufflesecurity/trufflehog.git", branch: "main"
Expand Down
Loading