- Update to version 3.82.6:

* [feat] - Add SizedLRU Cache (#3344)
  * [bug] - Recover From Panic During Archive Handling (#3348)
  * [fix] - Use Parent Context in Azure Detector (#3346)
  * [chore] - update Go version to 1.23.0 (#3340)
  * disable secret scans for community PRs (#3343)
  * Enhanced the eraser detector to handle new status code from verification API (#3342)
  * [feat] - Add Generic Hasher Interface with Blake2b Implementation (#3337)
  * [fix] Move detector initialization to DefaultDetectors function (#3341)
  * Improve process cleanup (#3339)
  * fix(decoder): prevent race (#3031)
  * Add named params to interface methods (#3335)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=129
This commit is contained in:
Jeff Kowalczyk 2024-10-01 18:59:03 +00:00 committed by Git OBS Bridge
parent bcca4885d1
commit 8cbe9b0135
8 changed files with 27 additions and 11 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.82.5</param>
<param name="version">v3.82.6</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
<param name="changesrevision">c57b6b02f39379e3ff568a0ef7f6ee41d04bf8e2</param></service></servicedata>
<param name="changesrevision">a5b09951c1eaf6834730dd10db67cf5d8b71fffa</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Oct 01 08:05:06 UTC 2024 - felix.niederwanger@suse.de
- Update to version 3.82.6:
* [feat] - Add SizedLRU Cache (#3344)
* [bug] - Recover From Panic During Archive Handling (#3348)
* [fix] - Use Parent Context in Azure Detector (#3346)
* [chore] - update Go version to 1.23.0 (#3340)
* disable secret scans for community PRs (#3343)
* Enhanced the eraser detector to handle new status code from verification API (#3342)
* [feat] - Add Generic Hasher Interface with Blake2b Implementation (#3337)
* [fix] Move detector initialization to DefaultDetectors function (#3341)
* Improve process cleanup (#3339)
* fix(decoder): prevent race (#3031)
* Add named params to interface methods (#3335)
-------------------------------------------------------------------
Thu Sep 26 08:17:06 UTC 2024 - felix.niederwanger@suse.de

View File

@ -1,4 +1,4 @@
name: trufflehog
version: 3.82.5
mtime: 1727318313
commit: c57b6b02f39379e3ff568a0ef7f6ee41d04bf8e2
version: 3.82.6
mtime: 1727727495
commit: a5b09951c1eaf6834730dd10db67cf5d8b71fffa

View File

@ -17,7 +17,7 @@
Name: trufflehog
Version: 3.82.5
Version: 3.82.6
Release: 0
Summary: CLI tool to find exposed secrets in source and archives
License: AGPL-3.0-or-later

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f99b2da1d4650ee3592259365ff3ab3a5553e321ff6f26ba91ae761038c3d61e
size 21794601
oid sha256:b2d8ea83a970fe2af83e7fc152fabb5fcafbae78a2c35470ec8d9bac642b41bc
size 21794498