SHA256
1
0
forked from pool/trufflehog

Accepting request 1108775 from home:ph03nix

- Update to version 3.54.3
  * Sourcegraph Detectors Iterations by @shivasurya in #1742
  * [chore] - fix sentry detector by @ahrav in #1738
  * [bug] - Correctly create azure git links by @ahrav in #1743

- Update to version 3.54.2:
  * Correctly create azure git links. (#1743)
  * [chore] - fix sentry detector (#1738)
  * iterating on suggestions (#1742)
  * update jira detector to match new variable tokens (#1720)

- Update to version 3.54.1:
  * add tri-state verification for twilio detector (#1729)
  * added sourcegraph token verification detection (#1730)
  * Update to Go 1.21 (#1733)
  * update slack webhook with tri-state verification (#1724)
  * Unify S3 client creation logic (#1657)
  * Add a cancel cause to job cancellation (#1728)
  * Add the 'Cause' family of functions to the context wrapper library (#1725)
  * remove fmt.Print (#1727)
  * Optimize read to max (#1714)
  * Add AvailableCapacity method to SourceManager (#1665)
  * Add jobID to chunk. (#1721)

- Update to version 3.54.0:
  * buffer channel. (#1718)
  * add detectors that were missed (#1716)
  * Expired invite link fix (#1713)

OBS-URL: https://build.opensuse.org/request/show/1108775
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=17
This commit is contained in:
2023-09-09 21:22:36 +00:00
committed by Git OBS Bridge
parent 630d5fbc9a
commit 52c2dea7d8
7 changed files with 53 additions and 12 deletions

View File

@@ -17,7 +17,7 @@
Name: trufflehog
Version: 3.53.0
Version: 3.54.3
Release: 0
Summary: Find credentials all over the place
License: AGPL-3.0-or-later
@@ -26,7 +26,7 @@ Source: trufflehog-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: golang-packaging
BuildRequires: libpcre1
BuildRequires: go >= 1.20
BuildRequires: golang(API) >= 1.21
%{go_nostrip}
%description