SHA256
1
0
forked from pool/trufflehog

Accepting request 1199826 from devel:languages:go

- Update to version 3.81.10:
  * GitHub source logger clean up (#3269)
  * fix(deps): update module github.com/felixge/fgprof to v0.9.5 (#3277)
  * fix(deps): update golang.org/x/exp digest to e7e105d (#3202)
  * [chore] Skip analyzer tests in CI (#3270)
  * [analyze] Add Analyzer for Postgres (#3192)
  * [analyze] Add Analyzer for SourceGraph (#3173)
  * [analyze] Add Analyzer for Asana (#3139)
  * [analyze] Add Analyzer for Slack (#3207)
  * [analyze] Improve SquareUp analyzer and Implemented test (#3231)
  * [analyze] Add Analyze interface for Mailchimp (#3225)
  * [analyze] Add analyze interface for Bitbucket (#3224)
  * [analyze] Add Analyzer for Sendgrid (#3174)
  * [analyze] Add Analyzer for Opsgenie (#3181)
  * [analyze] Add analyzer for Postman (#3180)
  * Add Sentry protobufs (#3263)
  * Make worker multipliers configurable (#3267)
  * add rotation links (#3257)
  * Reduce high freq keywords (#3265)
  * Add central feature flags (#3264)
  * Add huggingface tui config (#3060)
  * Add Robinhood Crypto detector (#3254)
  * Update buffer (#3255)
  * Download files when reverifying (#3252)
  * update rotation guide link for teams (#3248)
  * Th 899 postman panic issue (#3245)
  * Strip leading +/- from github target diffs (#3244)
  * Skip filtration for targeted scans #3243
  * Customize results cleaning (using smuggled interface) (#3235)
  * fix(deps): update module cloud.google.com/go/secretmanager to v1.14.0 (#3240)
  * fix(deps): update testcontainers-go monorepo to v0.33.0 (#3239)
  * fix(deps): update module google.golang.org/api to v0.193.0 (#3238)
  * fix(deps): update module google.golang.org/api to v0.192.0 (#3237)
  * fix(deps): update module github.com/prometheus/client_golang to v1.20.1 (#3236)
  * chore(deps): update golang docker tag to v1.23 (#3228)
  * fix(deps): update module github.com/charmbracelet/bubbletea to v0.27.0 (#3229) (forwarded request 1199824 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1199826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=46
This commit is contained in:
Ana Guerrero 2024-09-10 19:14:06 +00:00 committed by Git OBS Bridge
commit 4ed1456256
8 changed files with 51 additions and 11 deletions

View File

@ -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.81.9</param> <param name="version">v3.81.10</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>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param> <param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
<param name="changesrevision">3625d6a3b9b4b0efddfaffa43aada3f62743177c</param></service></servicedata> <param name="changesrevision">17f6c98119fadbf019540ef6c76632cf5633d5c6</param></service></servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fd233766cc0eed0385867043d4fcfae6d12bcb5dc3e669ff1a3eb966fe466a3
size 12038669

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54b8053e27cd296356171f82951125ef6d203b8adab7791563b5fd47f6fdc818
size 10887181

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Sep 10 07:48:42 UTC 2024 - felix.niederwanger@suse.de
- Update to version 3.81.10:
* GitHub source logger clean up (#3269)
* fix(deps): update module github.com/felixge/fgprof to v0.9.5 (#3277)
* fix(deps): update golang.org/x/exp digest to e7e105d (#3202)
* [chore] Skip analyzer tests in CI (#3270)
* [analyze] Add Analyzer for Postgres (#3192)
* [analyze] Add Analyzer for SourceGraph (#3173)
* [analyze] Add Analyzer for Asana (#3139)
* [analyze] Add Analyzer for Slack (#3207)
* [analyze] Improve SquareUp analyzer and Implemented test (#3231)
* [analyze] Add Analyze interface for Mailchimp (#3225)
* [analyze] Add analyze interface for Bitbucket (#3224)
* [analyze] Add Analyzer for Sendgrid (#3174)
* [analyze] Add Analyzer for Opsgenie (#3181)
* [analyze] Add analyzer for Postman (#3180)
* Add Sentry protobufs (#3263)
* Make worker multipliers configurable (#3267)
* add rotation links (#3257)
* Reduce high freq keywords (#3265)
* Add central feature flags (#3264)
* Add huggingface tui config (#3060)
* Add Robinhood Crypto detector (#3254)
* Update buffer (#3255)
* Download files when reverifying (#3252)
* update rotation guide link for teams (#3248)
* Th 899 postman panic issue (#3245)
* Strip leading +/- from github target diffs (#3244)
* Skip filtration for targeted scans #3243
* Customize results cleaning (using smuggled interface) (#3235)
* fix(deps): update module cloud.google.com/go/secretmanager to v1.14.0 (#3240)
* fix(deps): update testcontainers-go monorepo to v0.33.0 (#3239)
* fix(deps): update module google.golang.org/api to v0.193.0 (#3238)
* fix(deps): update module google.golang.org/api to v0.192.0 (#3237)
* fix(deps): update module github.com/prometheus/client_golang to v1.20.1 (#3236)
* chore(deps): update golang docker tag to v1.23 (#3228)
* fix(deps): update module github.com/charmbracelet/bubbletea to v0.27.0 (#3229)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 19 06:30:18 UTC 2024 - felix.niederwanger@suse.de Mon Aug 19 06:30:18 UTC 2024 - felix.niederwanger@suse.de

View File

@ -1,4 +1,4 @@
name: trufflehog name: trufflehog
version: 3.81.9 version: 3.81.10
mtime: 1723862089 mtime: 1725911096
commit: 3625d6a3b9b4b0efddfaffa43aada3f62743177c commit: 17f6c98119fadbf019540ef6c76632cf5633d5c6

View File

@ -17,7 +17,7 @@
Name: trufflehog Name: trufflehog
Version: 3.81.9 Version: 3.81.10
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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:ff7a291030d8a3a053fdf9da1133c56fa9f7c91d7f17f4375acb4483d3d19360 oid sha256:b87f937f8ac72bde29659c982bfb164c08f4726f9ca219253c5a5627e397eac3
size 21548235 size 21634320