Accepting request 1135012 from devel:languages:go
- Update to version 3.63.7: * Use directory iterator instead of walkdir (#2260) * Add handlerOpts back (#2258) * Skip all binaries (#2256) * Add skip archive support (#2257) (forwarded request 1134935 from ph03nix) OBS-URL: https://build.opensuse.org/request/show/1135012 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=6
This commit is contained in:
commit
22d475d033
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.63.5</param>
|
||||
<param name="version">v3.63.7</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b781414e4855ee4e4ee2740ba0885fdc958d29b08e94c2b96f06511beacebf2b
|
||||
size 9380877
|
3
trufflehog-3.63.7.obscpio
Normal file
3
trufflehog-3.63.7.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dae4354101950419b220d7b6cdafbdebcd021345d98a59b556db9d1aa1486c28
|
||||
size 9392653
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 23 19:28:02 UTC 2023 - felix.niederwanger@suse.com
|
||||
|
||||
- Update to version 3.63.7:
|
||||
* Use directory iterator instead of walkdir (#2260)
|
||||
* Add handlerOpts back (#2258)
|
||||
* Skip all binaries (#2256)
|
||||
* Add skip archive support (#2257)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 22 19:34:15 UTC 2023 - felix.niederwanger@suse.com
|
||||
|
||||
- Update to version 3.63.6:
|
||||
* use walk dir for tmp cleanup (#2255)
|
||||
* [fixup] - Refactor to Pass Reader for Binary Diffs and Archived Data; Optimize /tmp Directory Cleanup (#2253)
|
||||
* Dedupe some source log keys (#2250)
|
||||
* Fix goroutine leak (#2251)
|
||||
* [chore] - lower logging level (#2249)
|
||||
* [chore] - add additional binary extensions to skip (#2235)
|
||||
* use snake_case for naming (#2238)
|
||||
* [bug] - Bug archive handler memory leak (#2247)
|
||||
* Add missing import (#2246)
|
||||
* fix(snowflake): avoid extraneous attempts (#2057)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 19 07:49:30 UTC 2023 - felix.niederwanger@suse.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: trufflehog
|
||||
version: 3.63.5
|
||||
mtime: 1702958556
|
||||
commit: 328a3f141ffddf04cbb82b4aee8f25222009e805
|
||||
version: 3.63.7
|
||||
mtime: 1703313927
|
||||
commit: 1cc41e2c757017b55e447c015485e166486376c1
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: trufflehog
|
||||
Version: 3.63.5
|
||||
Version: 3.63.7
|
||||
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:414292030cfbfea438c9b8989c5cc41662f1e3e70274f0afbcbd772ce5b617da
|
||||
size 20274613
|
||||
oid sha256:7d5aef4f8f39ae7bb56ddd98f3c9468045b086ed5850caa9b90191317fbfd1d2
|
||||
size 20275621
|
||||
|
Loading…
x
Reference in New Issue
Block a user