forked from pool/trufflehog
Accepting request 1134670 from home:ph03nix
- 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) OBS-URL: https://build.opensuse.org/request/show/1134670 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=39
This commit is contained in:
parent
7593620601
commit
e8d0ac0de6
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.6</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.6.obscpio
Normal file
3
trufflehog-3.63.6.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85dfdae85ad3d09d54802e30323fbc8174b201d62f293ec71b77378d8466446c
|
||||
size 9388045
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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.6
|
||||
mtime: 1703260378
|
||||
commit: f699f60e89114df54b57d920a00a838670f7949f
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: trufflehog
|
||||
Version: 3.63.5
|
||||
Version: 3.63.6
|
||||
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:3a71d8a2a74bdd5e2e454ce0a5c24d6055e4feb8d04d50a3fbe60af7c8a25bee
|
||||
size 20275234
|
||||
|
Loading…
x
Reference in New Issue
Block a user