Accepting request 1133844 from home:ph03nix
- 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) OBS-URL: https://build.opensuse.org/request/show/1133844 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=36
This commit is contained in:
parent
8ebaecbde3
commit
cf9c4cbc5a
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.4</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.4.obscpio
Normal file
3
trufflehog-3.63.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23ef3b3ef08468269157772dd22a4d0628ffca963fbd4a80a8d6ca8c8af2a4b7
|
||||
size 9380365
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
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.4
|
||||
mtime: 1702856834
|
||||
commit: eeb4dbd3044adf275f2a01ffe9d713f1c1005e99
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: trufflehog
|
||||
Version: 3.63.3
|
||||
Version: 3.63.4
|
||||
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:3f375eb088485128d28031c1e3f4e7f7fc80bec2b99c1cab9df3ab1f39592d74
|
||||
size 20273753
|
||||
|
Loading…
x
Reference in New Issue
Block a user