Accepting request 1155851 from home:ph03nix
- Update to version 3.68.5: * DB is not needed for ping command (#2540) * Redact secret in git command output (#2539) * Add naive S3 ignorelist (#2536) * fix(deps): update module github.com/stretchr/testify to v1.9.0 (#2534) * fix(deps): update module cloud.google.com/go/storage to v1.39.0 (#2533) * fix(deps): update module github.com/felixge/fgprof to v0.9.4 (#2532) * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.30 (#2529) * Create basic escaped unicode decoder (#2456) * [feat] - Make the client configurable (#2528) OBS-URL: https://build.opensuse.org/request/show/1155851 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=73
This commit is contained in:
parent
a3c42bf86c
commit
eb55649c89
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.68.4</param>
|
||||
<param name="version">v3.68.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:7e1d47de4f46d064fad11a00f7eb9a8cb779e76589f9c52a015f3984751f1850
|
||||
size 9646093
|
3
trufflehog-3.68.5.obscpio
Normal file
3
trufflehog-3.68.5.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2bb7f4bacb7f28c67bed18e5d9736c0fde49cd7987a02db082d7e3c1bc6606ad
|
||||
size 9646605
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 07 10:24:49 UTC 2024 - felix.niederwanger@suse.de
|
||||
|
||||
- Update to version 3.68.5:
|
||||
* DB is not needed for ping command (#2540)
|
||||
* Redact secret in git command output (#2539)
|
||||
* Add naive S3 ignorelist (#2536)
|
||||
* fix(deps): update module github.com/stretchr/testify to v1.9.0 (#2534)
|
||||
* fix(deps): update module cloud.google.com/go/storage to v1.39.0 (#2533)
|
||||
* fix(deps): update module github.com/felixge/fgprof to v0.9.4 (#2532)
|
||||
* fix(deps): update module github.com/aws/aws-sdk-go to v1.50.30 (#2529)
|
||||
* Create basic escaped unicode decoder (#2456)
|
||||
* [feat] - Make the client configurable (#2528)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 05 13:39:33 UTC 2024 - felix.niederwanger@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: trufflehog
|
||||
version: 3.68.4
|
||||
mtime: 1709643680
|
||||
commit: 28ed81f0a2beec4d31bda2ab01f5d76750c0c208
|
||||
version: 3.68.5
|
||||
mtime: 1709773717
|
||||
commit: dbf6965152700431fc39b55b525e2b5b71568240
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: trufflehog
|
||||
Version: 3.68.4
|
||||
Version: 3.68.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:bea54aec311de99040a65e0024db16679a658013c5a0f46badb4d8b945571169
|
||||
size 18928672
|
||||
oid sha256:a0bcac5e258af8e976a95e370b4c729fd3631fd2cd06116f4b5e64e89352d9a9
|
||||
size 18928683
|
||||
|
Loading…
x
Reference in New Issue
Block a user