Accepting request 1249840 from devel:languages:go
- Update to version 3.88.14: * chore(deps): update dependency go to v1.24.0 (#3944) * Updated custom detector setup docs (#3913) * Updated returned error to include original error (#3949) * check for invalid_grant to avoid setting verification error (#3935) * [bug] - Ensure detector HTTP clients share the same timeout set at runtime (#3946) * fix(deps): update module google.golang.org/protobuf to v1.36.5 (#3943) * fix(deps): update module go.mongodb.org/mongo-driver to v1.17.3 (#3942) * fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.6 (#3940) * Feature: Airtable Personal Access Token Detector (#3933) * fix(deps): update module github.com/elastic/go-elasticsearch/v8 to v8.17.1 (#3937) * Enable GitHub Realtime authentication (#3929) * fix(deps): update module github.com/couchbase/gocb/v2 to v2.9.4 (#3936) * elevenlabs analyzer (#3850) (forwarded request 1249836 from ph03nix) OBS-URL: https://build.opensuse.org/request/show/1249840 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=77
This commit is contained in:
commit
44badd7d21
2
_service
2
_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.88.13</param>
|
||||
<param name="version">v3.88.14</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
|
||||
<param name="changesrevision">03e8af1075a7f7410664de9f6a1101268c9c8c92</param></service></servicedata>
|
||||
<param name="changesrevision">8765cc6bcb9e5a81105b3d5a131b8e6fbd6fd34b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18fcbe02b3f76e0abd1b2240228f256b2d5f2e1f90b98915bb9b926a9fc70483
|
||||
size 17127949
|
3
trufflehog-3.88.14.obscpio
Normal file
3
trufflehog-3.88.14.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77e90701d0e11f13a9473933741df2a98b4243a33389562ab4ab698a270e90b9
|
||||
size 17219597
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 03 14:30:27 UTC 2025 - felix.niederwanger@suse.de
|
||||
|
||||
- Update to version 3.88.14:
|
||||
* chore(deps): update dependency go to v1.24.0 (#3944)
|
||||
* Updated custom detector setup docs (#3913)
|
||||
* Updated returned error to include original error (#3949)
|
||||
* check for invalid_grant to avoid setting verification error (#3935)
|
||||
* [bug] - Ensure detector HTTP clients share the same timeout set at runtime (#3946)
|
||||
* fix(deps): update module google.golang.org/protobuf to v1.36.5 (#3943)
|
||||
* fix(deps): update module go.mongodb.org/mongo-driver to v1.17.3 (#3942)
|
||||
* fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.6 (#3940)
|
||||
* Feature: Airtable Personal Access Token Detector (#3933)
|
||||
* fix(deps): update module github.com/elastic/go-elasticsearch/v8 to v8.17.1 (#3937)
|
||||
* Enable GitHub Realtime authentication (#3929)
|
||||
* fix(deps): update module github.com/couchbase/gocb/v2 to v2.9.4 (#3936)
|
||||
* elevenlabs analyzer (#3850)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 13:42:29 UTC 2025 - felix.niederwanger@suse.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: trufflehog
|
||||
version: 3.88.13
|
||||
mtime: 1740428347
|
||||
commit: 03e8af1075a7f7410664de9f6a1101268c9c8c92
|
||||
version: 3.88.14
|
||||
mtime: 1740709081
|
||||
commit: 8765cc6bcb9e5a81105b3d5a131b8e6fbd6fd34b
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: trufflehog
|
||||
Version: 3.88.13
|
||||
Version: 3.88.14
|
||||
Release: 0
|
||||
Summary: CLI tool to find exposed secrets in source and archives
|
||||
License: AGPL-3.0-or-later
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a994f69a5b40b0a945a46b3c749e27f2d92e7a3b54117a9a49e5e1b90cc8305b
|
||||
size 23310111
|
||||
oid sha256:393e64fbcafe2dc54888140bb34798396a647118e8f46132ff6727886f48ec18
|
||||
size 23314151
|
||||
|
Loading…
x
Reference in New Issue
Block a user