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:
parent
630d5fbc9a
commit
52c2dea7d8
4
_service
4
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="version">v3.53.0</param>
|
||||
<param name="version">v3.54.3</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
@ -13,6 +13,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled"/>
|
||||
<service name="set_version" mode="buildtime"/>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1e231471994460b7ae29afde4b0562ad7e8b3c4919a70ada711cea4e160e169
|
||||
size 8784909
|
3
trufflehog-3.54.3.obscpio
Normal file
3
trufflehog-3.54.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3cb34cdbebe68bb9c71510fe59cdc0229fdc2635464086d0cd6c365aa4d5d7c
|
||||
size 8814605
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 07:12:28 UTC 2023 - Felix Niederwanger <felix.niederwanger@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 04 06:42:13 UTC 2023 - felix.niederwanger@suse.com
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 01 08:04:07 UTC 2023 - felix.niederwanger@suse.com
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 29 07:17:15 UTC 2023 - felix.niederwanger@suse.com
|
||||
|
||||
- Update to version 3.54.0:
|
||||
* buffer channel. (#1718)
|
||||
* add detectors that were missed (#1716)
|
||||
* Expired invite link fix (#1713)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 15:05:32 UTC 2023 - felix.niederwanger@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: trufflehog
|
||||
version: 3.53.0
|
||||
mtime: 1693107590
|
||||
commit: 0932ea224b5f9d4ab7e829989a13fdac7aa0383b
|
||||
version: 3.54.3
|
||||
mtime: 1693589931
|
||||
commit: c9e60866440d9bd0925a31ce6edbc7ceed9a4000
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d7e9fe4e3e9c0311e99c0ba087d4078a5a6f2676d82bda593154fbc35156f49
|
||||
size 19427811
|
||||
oid sha256:7c62936720037ef03a1b2aace8d0ceaa6fbfbf19ecd48f3e968fb999e4220360
|
||||
size 19427840
|
||||
|
Loading…
x
Reference in New Issue
Block a user