forked from pool/trufflehog
Accepting request 1134105 from devel:languages:go
- Update to version 3.63.5: * move cleanup to run (#2245) * Adds basic if/else check if pid slice is empty (#2244) * fix(deps): update module golang.org/x/crypto to v0.17.0 [security] (#2243) * add secretID to chunk (#2242) (forwarded request 1133955 from ph03nix) OBS-URL: https://build.opensuse.org/request/show/1134105 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=5
This commit is contained in:
commit
d2a7088ed2
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.3</param>
|
||||
<param name="version">v3.63.5</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:5df464345bacb2783ef6914718ba830089213319603b24a564c28aaf3e337684
|
||||
size 9367053
|
3
trufflehog-3.63.5.obscpio
Normal file
3
trufflehog-3.63.5.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b781414e4855ee4e4ee2740ba0885fdc958d29b08e94c2b96f06511beacebf2b
|
||||
size 9380877
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 19 07:49:30 UTC 2023 - felix.niederwanger@suse.de
|
||||
|
||||
- Update to version 3.63.5:
|
||||
* move cleanup to run (#2245)
|
||||
* Adds basic if/else check if pid slice is empty (#2244)
|
||||
* fix(deps): update module golang.org/x/crypto to v0.17.0 [security] (#2243)
|
||||
* add secretID to chunk (#2242)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 12:33:54 UTC 2023 - felix.niederwanger@suse.de
|
||||
|
||||
- Update to version 3.63.4:
|
||||
* feat(shortcut): use tri-state verification (#2211)
|
||||
* feat(huggingface): enhance extradata (#2222)
|
||||
* fix(myfreshworks): check for valid JSON (#2212)
|
||||
* ci: don't run detector tests on forks (#2234)
|
||||
* [chore] Add skip_binaries field to AzureRepos proto message (#2232)
|
||||
* [feat] - Make skipping binaries configurable (#2226)
|
||||
* [chore] Prevent panic when ChunkError has a nil Unit (#2227)
|
||||
* chore: don't run test workflow in forks (#2221)
|
||||
* fix(github): remove unused 'members' var (#2202)
|
||||
* Check for SourceUnit support dynamically in the SourceManager (#2205)
|
||||
* fix(gitlab): check for valid JSON (#2218)
|
||||
* Avoid reading decompressed data into memory (#2196)
|
||||
* fix(gitparse): don't trim filename (#2201)
|
||||
* fix(giturl): encode '%' in path (#2214)
|
||||
* build: upgrade bodgit/sevenzip to v1.4.5 (#2215)
|
||||
* Fix emoji in README (#2217)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 15:05:21 UTC 2023 - felix.niederwanger@suse.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: trufflehog
|
||||
version: 3.63.3
|
||||
mtime: 1702512824
|
||||
commit: e8db0f2cd0bb1a60217394485154cf37c22baf49
|
||||
version: 3.63.5
|
||||
mtime: 1702958556
|
||||
commit: 328a3f141ffddf04cbb82b4aee8f25222009e805
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: trufflehog
|
||||
Version: 3.63.3
|
||||
Version: 3.63.5
|
||||
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:53708675252d45fd3cd95ff5ca1c6be08f2cc0876be6753bbd446759cabcd68d
|
||||
size 20273916
|
||||
oid sha256:414292030cfbfea438c9b8989c5cc41662f1e3e70274f0afbcbd772ce5b617da
|
||||
size 20274613
|
||||
|
Loading…
x
Reference in New Issue
Block a user