- Update to version 3.78.2:

* ci(detector-tests): test detectors if integration fails (#2994)
  * Pin STARRY-S/zip #2999
  * Adding Larksuite Detectors + Tests (#3008)
  * fix(git): set GIT_DIR based on ScanOptions.Bare (#3004)
  * Return targeted scan errors (#2995)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.54.6 (#2996)
  * fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.5 (#2993)
  * ci(detector-tests): disambiguate step names (#2989)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.54.5 (#2992)
  * clone more refs (#2988)
  * fix(deps): update module google.golang.org/api to v0.185.0 (#2987)
  * [feat] - Add Option to Retain False Positives During Detection (#2967)
  * fix(deps): update module github.com/getsentry/sentry-go to v0.28.1 (#2986)
  * fix(deps): update module github.com/elastic/go-elasticsearch/v8 to v8.14.0 (#2981)
  * fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.11.0 (#2980)
  * fix(deps): update module cloud.google.com/go/storage to v1.42.0 (#2977)
  * fix(deps): update module go.mongodb.org/mongo-driver to v1.15.1 (#2975)
  * fix(deps): update module github.com/google/go-containerregistry to v0.19.2 (#2973)
  * fix(deps): update golang.org/x/exp digest to 7f521ea (#2972)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.54.2 (#2962)
  * patch dependency (#2971)
  * [fix] - implement MaxSecretSizeProvider for `auth0managementapitoken` detector (#2953)
  * Fix integration tests (#2970)
  * feat(detectors): log falsepositive reason (#2969)
  * fix(handlers): workaround for max archive depth (#2965)
  * add metrics to the pipeline (#2968)
  * adding eraser ai detector (#2961)
  * Modularize scanning engine (#2887)
  * test: fix compile errors (#2964)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=107
This commit is contained in:
Jeff Kowalczyk 2024-06-25 12:58:42 +00:00 committed by Git OBS Bridge
parent 22c34e00a8
commit d8ea073c07
7 changed files with 46 additions and 10 deletions

View File

@ -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.78.1</param>
<param name="version">v3.78.2</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8915b01fe9abfd3d5348d39dd1df516b844a7cd91ec42deefa58582dca1a7385
size 10143757

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:946335c17c4752854850bb9425232787da3817c3df3c3817fe21ff9215b12e91
size 10199565

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Tue Jun 25 06:26:55 UTC 2024 - felix.niederwanger@suse.de
- Update to version 3.78.2:
* ci(detector-tests): test detectors if integration fails (#2994)
* Pin STARRY-S/zip #2999
* Adding Larksuite Detectors + Tests (#3008)
* fix(git): set GIT_DIR based on ScanOptions.Bare (#3004)
* Return targeted scan errors (#2995)
* fix(deps): update module github.com/aws/aws-sdk-go to v1.54.6 (#2996)
* fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.5 (#2993)
* ci(detector-tests): disambiguate step names (#2989)
* fix(deps): update module github.com/aws/aws-sdk-go to v1.54.5 (#2992)
* clone more refs (#2988)
* fix(deps): update module google.golang.org/api to v0.185.0 (#2987)
* [feat] - Add Option to Retain False Positives During Detection (#2967)
* fix(deps): update module github.com/getsentry/sentry-go to v0.28.1 (#2986)
* fix(deps): update module github.com/elastic/go-elasticsearch/v8 to v8.14.0 (#2981)
* fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.11.0 (#2980)
* fix(deps): update module cloud.google.com/go/storage to v1.42.0 (#2977)
* fix(deps): update module go.mongodb.org/mongo-driver to v1.15.1 (#2975)
* fix(deps): update module github.com/google/go-containerregistry to v0.19.2 (#2973)
* fix(deps): update golang.org/x/exp digest to 7f521ea (#2972)
* fix(deps): update module github.com/aws/aws-sdk-go to v1.54.2 (#2962)
* patch dependency (#2971)
* [fix] - implement MaxSecretSizeProvider for `auth0managementapitoken` detector (#2953)
* Fix integration tests (#2970)
* feat(detectors): log falsepositive reason (#2969)
* fix(handlers): workaround for max archive depth (#2965)
* add metrics to the pipeline (#2968)
* adding eraser ai detector (#2961)
* Modularize scanning engine (#2887)
* test: fix compile errors (#2964)
* adding twitter + Consumer key detector (#2963)
* fix(deps): update golang.org/x/exp digest to fc45aab (#2931)
-------------------------------------------------------------------
Wed Jun 12 06:57:02 UTC 2024 - felix.niederwanger@suse.de

View File

@ -1,4 +1,4 @@
name: trufflehog
version: 3.78.1
mtime: 1718127852
commit: 433a57adaf8fedce312630ef593f5142227c5855
version: 3.78.2
mtime: 1719253183
commit: f210767394df1e3001dc9c91f3460f6640be9e03

View File

@ -17,7 +17,7 @@
Name: trufflehog
Version: 3.78.1
Version: 3.78.2
Release: 0
Summary: CLI tool to find exposed secrets in source and archives
License: AGPL-3.0-or-later

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb31e8e6d3a512bf5e0436a61ce6f5c7672e611c4ed303e592d4e6e7e315a40d
size 22152514
oid sha256:7ab9289059e8df8071b6bc3505ae32d71595b215dfa4eb8236f5f8b615fedd39
size 21963159