Accepting request 1101178 from home:ph03nix
- trufflehog-v3.35.2 * Pass GitHub apiEndpoint for basic or no auth by @rgmz in #1454 * Bump github.com/xanzy/go-gitlab from 0.86.0 to 0.88.0 by @dependabot in #1522 * Bump github.com/google/go-containerregistry from 0.14.0 to 0.15.2 by @dependabot in #1504 * Add SourceManager tests for Run and Wait methods by @mcastorina in #1530 * Improve log message when scanning GitHub comments by @rgmz in #1553 * Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.4.0 to 2.6.0 by @dependabot in #1503 * Bump github.com/go-git/go-git/v5 from 5.8.0 to 5.8.1 by @dependabot in #1554 * [MongoDB] Detect CosmoDB access keys by @rgmz in #1511 * Override broken dependency version by @dustin-decker in #1558 * Add azure repos protos by @ahrav in #1559 * add merge support by @zricethezav in #1561 - trufflehog-v3.35.1 * [chore] - optimize chunker by @ahrav in #1535 * Add commitsScanned metrics by @bill-rich in #1533 * Make Ahocorasick matching case insensitive by @zricethezav in #1547 * Fix data race in context wrapper library by @mcastorina in #1546 * Update gitparse logic by @rgmz in #1486 OBS-URL: https://build.opensuse.org/request/show/1101178 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=12
This commit is contained in:
parent
4f83890f3f
commit
d9caa8a31b
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.45</param>
|
<param name="version">v3.45.2</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
|
3
trufflehog-3.45.1.obscpio
Normal file
3
trufflehog-3.45.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:72e897533e69bb2c5ba0ec13b345017ef8d1f507479e91bd0269cdc159c399f1
|
||||||
|
size 6421517
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1ac505679cd23ab8793bec13000d90fa58399cc94e81aa3dede0f700f6c705d6
|
|
||||||
size 6321677
|
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 28 09:49:25 UTC 2023 - Felix Niederwanger <felix.niederwanger@suse.com>
|
||||||
|
|
||||||
|
- trufflehog-v3.35.2
|
||||||
|
* Pass GitHub apiEndpoint for basic or no auth by @rgmz in #1454
|
||||||
|
* Bump github.com/xanzy/go-gitlab from 0.86.0 to 0.88.0 by @dependabot in #1522
|
||||||
|
* Bump github.com/google/go-containerregistry from 0.14.0 to 0.15.2 by @dependabot in #1504
|
||||||
|
* Add SourceManager tests for Run and Wait methods by @mcastorina in #1530
|
||||||
|
* Improve log message when scanning GitHub comments by @rgmz in #1553
|
||||||
|
* Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.4.0 to 2.6.0 by @dependabot in #1503
|
||||||
|
* Bump github.com/go-git/go-git/v5 from 5.8.0 to 5.8.1 by @dependabot in #1554
|
||||||
|
* [MongoDB] Detect CosmoDB access keys by @rgmz in #1511
|
||||||
|
* Override broken dependency version by @dustin-decker in #1558
|
||||||
|
* Add azure repos protos by @ahrav in #1559
|
||||||
|
* add merge support by @zricethezav in #1561
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 28 09:45:30 UTC 2023 - Felix Niederwanger <felix.niederwanger@suse.com>
|
||||||
|
|
||||||
|
- trufflehog-v3.35.1
|
||||||
|
* [chore] - optimize chunker by @ahrav in #1535
|
||||||
|
* Add commitsScanned metrics by @bill-rich in #1533
|
||||||
|
* Make Ahocorasick matching case insensitive by @zricethezav in #1547
|
||||||
|
* Fix data race in context wrapper library by @mcastorina in #1546
|
||||||
|
* Update gitparse logic by @rgmz in #1486
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 25 07:00:24 UTC 2023 - Felix Niederwanger <felix.niederwanger@suse.com>
|
Tue Jul 25 07:00:24 UTC 2023 - Felix Niederwanger <felix.niederwanger@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: trufflehog
|
name: trufflehog
|
||||||
version: 3.45
|
version: 3.45.2
|
||||||
mtime: 1690252229
|
mtime: 1690472996
|
||||||
commit: b5b01d3eba8fca303e1775f3c7b8b9b0fc275332
|
commit: e391e89f3e13ffba7463a3c536a9ddd96cb9f4f8
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: trufflehog
|
Name: trufflehog
|
||||||
Version: 3.45
|
Version: 3.45.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Find credentials all over the place
|
Summary: Find credentials all over the place
|
||||||
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:5b3c9a2ca98d07357f54a610003fe615a5c97078bdb08aa716d4d3073ae8b316
|
oid sha256:d0f3e8a0a867e63a15bddba6d7bc801c6ca72ac84e9a3c18ebb0320544a3a73d
|
||||||
size 13650254
|
size 13675758
|
||||||
|
Loading…
x
Reference in New Issue
Block a user