Accepting request 1142057 from home:ph03nix
- Update to version 3.65.0: * Add the new MaxMind license key format (#2181) * Prevent print or logging in detectors (#2341) * make sure to close connections after testing (#2343) * Fix test (#2339) * add tri-state verification to yelp (#1736) * Improve GitHub scan logging (#2220) * Update DockerHub detector logic (#2266) * Add Google oauth2 token detector (#2274) - Update to version 3.64.0: * add priority semaphore (#2336) * updating doppler logic (#2329) * added azuredevopspersonalaccesstoken detector (#2315) * Walk directories in filesystem source enumeration (#2313) * [feat] - Replace regexp pkg w/ go-re2 in detectors (#2324) * Update Gitlab repo count in tests #2333 * Narrow Postgres detector to only look for URIs (#2314) * fixing incorrect acct num id for some aws keys (#2332) OBS-URL: https://build.opensuse.org/request/show/1142057 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=46
This commit is contained in:
parent
8dfbbd2d4b
commit
fb9d5d0f3c
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.11</param>
|
||||
<param name="version">v3.65.0</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:6947530effaa43cb95911a30cd0de746fa9a868b12c4fd0cd8ccec3e58838577
|
||||
size 9453069
|
3
trufflehog-3.65.0.obscpio
Normal file
3
trufflehog-3.65.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:810428dea1e787988ab5d0547da496600fbb3542e257d1fd1a1fffeed4fba7fd
|
||||
size 9507853
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 28 07:31:50 UTC 2024 - felix.niederwanger@suse.com
|
||||
|
||||
- Update to version 3.65.0:
|
||||
* Add the new MaxMind license key format (#2181)
|
||||
* Prevent print or logging in detectors (#2341)
|
||||
* make sure to close connections after testing (#2343)
|
||||
* Fix test (#2339)
|
||||
* add tri-state verification to yelp (#1736)
|
||||
* Improve GitHub scan logging (#2220)
|
||||
* Update DockerHub detector logic (#2266)
|
||||
* Add Google oauth2 token detector (#2274)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 25 10:34:16 UTC 2024 - felix.niederwanger@suse.com
|
||||
|
||||
- Update to version 3.64.0:
|
||||
* add priority semaphore (#2336)
|
||||
* updating doppler logic (#2329)
|
||||
* added azuredevopspersonalaccesstoken detector (#2315)
|
||||
* Walk directories in filesystem source enumeration (#2313)
|
||||
* [feat] - Replace regexp pkg w/ go-re2 in detectors (#2324)
|
||||
* Update Gitlab repo count in tests #2333
|
||||
* Narrow Postgres detector to only look for URIs (#2314)
|
||||
* fixing incorrect acct num id for some aws keys (#2332)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 23 13:21:14 UTC 2024 - felix.niederwanger@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: trufflehog
|
||||
version: 3.63.11
|
||||
mtime: 1705960671
|
||||
commit: 443ef98e41badaef2f17f1bed80aac9fd8fc2b91
|
||||
version: 3.65.0
|
||||
mtime: 1706298587
|
||||
commit: 76fcdae3a0ed1b71feb3fe599dd4d3e82de5757d
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: trufflehog
|
||||
Version: 3.63.11
|
||||
Version: 3.65.0
|
||||
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:0750463fe52f985f755a109e1087228f8096317fbd0acde6bc8eab23822dc51c
|
||||
size 20439676
|
||||
oid sha256:0642b4f3aabb728a296b4496759b9c6cbcf8cb96df6f0c8ee420a339c75e71a5
|
||||
size 21271020
|
||||
|
Loading…
x
Reference in New Issue
Block a user