Accepting request 1145430 from devel:languages:go

- Update to version 3.67.5:
  * Refactor UnitHook to block the scan if finished metrics aren't handled (#2309)
  * skip community PR (forks) secret scans for now (#2401)
  * [feat] - buffered file writer metrics (#2395)
  * Update GitParse to handle quoted binary filenames (#2391)
  * Allow multiple domains for Forager (#2400)
  * prevent concurrent map writes (#2399)
  * Allow CLI version pinning in GHA (#2397) (#2398)
  * Set GHA workdir (#2393)
  * Fix handling of GitHub ratelimit information (#2041)
  * [feat] - use diff chan (#2387)
  * [not-fixup] - Reduce memory consumption for Buffered File Writer (#2377)
  * fix: case-insensitive ext check (#2383)
  * tightening opsgenie detection and verification (#2389)
  * Fix binary file hanging bug in git sources (#2388)
  * Disable GitHub wiki scanning by default (#2386) (forwarded request 1145429 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1145430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=15
This commit is contained in:
Ana Guerrero 2024-02-09 22:54:31 +00:00 committed by Git OBS Bridge
commit 25611a77ba
7 changed files with 30 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.67.4</param>
<param name="version">v3.67.5</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:ca6052d9ae8f0b49d87a5f7f5819907561b09dbb5d1123842c195459eb6f2708
size 9621005

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Feb 09 13:05:22 UTC 2024 - felix.niederwanger@suse.com
- Update to version 3.67.5:
* Refactor UnitHook to block the scan if finished metrics aren't handled (#2309)
* skip community PR (forks) secret scans for now (#2401)
* [feat] - buffered file writer metrics (#2395)
* Update GitParse to handle quoted binary filenames (#2391)
* Allow multiple domains for Forager (#2400)
* prevent concurrent map writes (#2399)
* Allow CLI version pinning in GHA (#2397) (#2398)
* Set GHA workdir (#2393)
* Fix handling of GitHub ratelimit information (#2041)
* [feat] - use diff chan (#2387)
* [not-fixup] - Reduce memory consumption for Buffered File Writer (#2377)
* fix: case-insensitive ext check (#2383)
* tightening opsgenie detection and verification (#2389)
* Fix binary file hanging bug in git sources (#2388)
* Disable GitHub wiki scanning by default (#2386)
-------------------------------------------------------------------
Wed Feb 07 09:23:59 UTC 2024 - felix.niederwanger@suse.de

View File

@ -1,4 +1,4 @@
name: trufflehog
version: 3.67.4
mtime: 1707242770
commit: 7b492a690a89d2b8c59de75cb9acf6f06ab45458
version: 3.67.5
mtime: 1707432658
commit: dd4d4a8a96830080319cb182c1c0d0eb53a2ce5f

View File

@ -17,7 +17,7 @@
Name: trufflehog
Version: 3.67.4
Version: 3.67.5
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:b6b2ec919fd419b5acf772ddec02ccdd217a1c6a6fa1941ab84a4bec53cbd9f7
size 21280094
oid sha256:ed93d0c7d9d56c15faeca857cbe6a496212f4a41065e7f537063d8348e96df08
size 21047369