Accepting request 1107790 from home:ph03nix

- Update to version 3.53.0:
  * [chore] - Prevent nil deref panic (#1709)
  * Support cancelling a run from a JobProgressRef (#1663)
  * Test S3 role assumption (#1655)
  * Add SourceName to JobProgressRef (#1664)
  * Support azure git links (#1662)
  * Capture source-reported progress in JobProgress snapshot (#1661)
  * Add ElapsedTime method to JobProgressMetrics (#1660)
  * add snowflake detector (#1653)
  * Update launchdarkly regex, support sdk keys, add tri-state verification (#1645)
  * [chore] - update benchmarks. (#1641)
  * [chore] - update comments and logs. (#1654)
  * Include the job ID in a chunk (#1652)
  * add rate limit and consumption metrics for GitHub (#1651)
  * update s3 test bucket (#1649)
  * Fix reversed ordering of arguments (#1648)
  * add thog CLI support for GitHub config validate (#1626)
  * wait before finishing s3 test (#1647)
  * Add tri-state verification to sqlserver detector (#1624)
  * Only scan gist comments or repo comments. (#1646)

OBS-URL: https://build.opensuse.org/request/show/1107790
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=16
This commit is contained in:
Jeff Kowalczyk 2023-08-29 04:58:37 +00:00 committed by Git OBS Bridge
parent 8a3a0bb28e
commit 630d5fbc9a
7 changed files with 34 additions and 10 deletions

View File

@ -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.52.1</param>
<param name="version">v3.53.0</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3839970532bf336ec43c5fee083fcf1a0a59cf987fc3814a45538cbf44014ca
size 8723469

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1e231471994460b7ae29afde4b0562ad7e8b3c4919a70ada711cea4e160e169
size 8784909

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Aug 28 15:05:32 UTC 2023 - felix.niederwanger@suse.com
- Update to version 3.53.0:
* [chore] - Prevent nil deref panic (#1709)
* Support cancelling a run from a JobProgressRef (#1663)
* Test S3 role assumption (#1655)
* Add SourceName to JobProgressRef (#1664)
* Support azure git links (#1662)
* Capture source-reported progress in JobProgress snapshot (#1661)
* Add ElapsedTime method to JobProgressMetrics (#1660)
* add snowflake detector (#1653)
* Update launchdarkly regex, support sdk keys, add tri-state verification (#1645)
* [chore] - update benchmarks. (#1641)
* [chore] - update comments and logs. (#1654)
* Include the job ID in a chunk (#1652)
* add rate limit and consumption metrics for GitHub (#1651)
* update s3 test bucket (#1649)
* Fix reversed ordering of arguments (#1648)
* add thog CLI support for GitHub config validate (#1626)
* wait before finishing s3 test (#1647)
* Add tri-state verification to sqlserver detector (#1624)
* Only scan gist comments or repo comments. (#1646)
-------------------------------------------------------------------
Fri Aug 18 08:06:27 UTC 2023 - felix.niederwanger@suse.com

View File

@ -1,4 +1,4 @@
name: trufflehog
version: 3.52.1
mtime: 1692318620
commit: 64dd49f9ce50a74f3118a10fa6d4afea1ebf2df7
version: 3.53.0
mtime: 1693107590
commit: 0932ea224b5f9d4ab7e829989a13fdac7aa0383b

View File

@ -17,7 +17,7 @@
Name: trufflehog
Version: 3.52.1
Version: 3.53.0
Release: 0
Summary: Find credentials all over the place
License: AGPL-3.0-or-later

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f29b48ff75bc234e8f2857f97612f00930160a406f2c57cd67e311afea8932b
size 15616758
oid sha256:3d7e9fe4e3e9c0311e99c0ba087d4078a5a6f2676d82bda593154fbc35156f49
size 19427811