Accepting request 1158392 from home:ph03nix
- Update to version 3.70.1 * pull out verification logic from github detectors (#2554) * Fix --results not behaving as expected (#2582) * Fix GitHub detector npe (#2583) - Update to version 3.70.0: * fix(github): response can be nil (#2583) * fix(cli): properly parse --results (#2582) * pull out verification logic from github detectors (#2554) * Add `--results` flag (#2372) * fix(deps): update golang.org/x/exp digest to c7f7c64 (#2575) * fix(deps): update module github.com/couchbase/gocb/v2 to v2.8.0 (#2573) * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.38 (#2572) * fix(deps): update module github.com/xanzy/go-gitlab to v0.100.0 (#2567) * fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v7 (#2568) * [chore] - Record metrics before reset (#2556) * Fix flaky test. (#2564) * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.36 (#2566) * fix(deps): update module cloud.google.com/go/storage to v1.39.1 (#2565) OBS-URL: https://build.opensuse.org/request/show/1158392 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=77
This commit is contained in:
parent
0ceb6387e9
commit
a01570fb37
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
|
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">main</param>
|
<param name="revision">main</param>
|
||||||
<param name="version">v3.69.0</param>
|
<param name="version">v3.70.1</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4b96f1ee4924c617fd9a12ab5f4e321bb13b3c7a04b6d7580309c03e7bf264ec
|
|
||||||
size 9656845
|
|
3
trufflehog-3.70.1.obscpio
Normal file
3
trufflehog-3.70.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3974ef5bf47b2eb1f33d4183467344c9ac2fdc76a2992928ec258ea994a63e61
|
||||||
|
size 9659917
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 16 08:40:46 UTC 2024 - Felix Niederwanger <felix.niederwanger@suse.com>
|
||||||
|
|
||||||
|
- Update to version 3.70.1
|
||||||
|
* pull out verification logic from github detectors (#2554)
|
||||||
|
* Fix --results not behaving as expected (#2582)
|
||||||
|
* Fix GitHub detector npe (#2583)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 16 08:34:52 UTC 2024 - felix.niederwanger@suse.com
|
||||||
|
|
||||||
|
- Update to version 3.70.0:
|
||||||
|
* fix(github): response can be nil (#2583)
|
||||||
|
* fix(cli): properly parse --results (#2582)
|
||||||
|
* pull out verification logic from github detectors (#2554)
|
||||||
|
* Add `--results` flag (#2372)
|
||||||
|
* fix(deps): update golang.org/x/exp digest to c7f7c64 (#2575)
|
||||||
|
* fix(deps): update module github.com/couchbase/gocb/v2 to v2.8.0 (#2573)
|
||||||
|
* fix(deps): update module github.com/aws/aws-sdk-go to v1.50.38 (#2572)
|
||||||
|
* fix(deps): update module github.com/xanzy/go-gitlab to v0.100.0 (#2567)
|
||||||
|
* fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v7 (#2568)
|
||||||
|
* [chore] - Record metrics before reset (#2556)
|
||||||
|
* Fix flaky test. (#2564)
|
||||||
|
* fix(deps): update module github.com/aws/aws-sdk-go to v1.50.36 (#2566)
|
||||||
|
* fix(deps): update module cloud.google.com/go/storage to v1.39.1 (#2565)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 10 08:53:55 UTC 2024 - felix.niederwanger@suse.com
|
Sun Mar 10 08:53:55 UTC 2024 - felix.niederwanger@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: trufflehog
|
name: trufflehog
|
||||||
version: 3.69.0
|
version: 3.70.1
|
||||||
mtime: 1710007723
|
mtime: 1710576764
|
||||||
commit: 5aeea88f59bbf27dafd6d4d386efac3e3453ed46
|
commit: fd7e7e6e296c13ede7642002eb254ad8144ef736
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: trufflehog
|
Name: trufflehog
|
||||||
Version: 3.69.0
|
Version: 3.70.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CLI tool to find exposed secrets in source and archives
|
Summary: CLI tool to find exposed secrets in source and archives
|
||||||
License: AGPL-3.0-or-later
|
License: AGPL-3.0-or-later
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:27de95c5d92beed9c3fd9cf3e31dcc66492b0d3f09fd17c5259b6deea3b5a67a
|
oid sha256:15a733f92064b1dc1b471c597d8b7a916d03a09f46976877ef9689108daa669b
|
||||||
size 19012797
|
size 19016016
|
||||||
|
Loading…
x
Reference in New Issue
Block a user