SHA256
1
0
forked from pool/trufflehog

Accepting request 1133151 from home:ph03nix

- Update to version 3.63.3:
  * Bump github.com/docker/docker (#2213)
  * Update metabase verification to check for a valid JSON response (#2210)
  * [chore] Remove unnecessary string conversion in tefter detector (#2209)
  * fix and refactor browserstack detector (#2208)
  * Fix azurestorage detector (#2207)
  * [chore] Remove omitempty tags on JobProgressMetrics and UnitMetrics (#2204)
  * Add disk buffer tempfile cleanup (#2130)
  * Use bad json in slackwebhooks (#2193)
  * [bug] - close file after reading (#2203)
  * chore: propagate log context to handlers (#2191)
  * feat(privatekey): run checks concurrently (#2139)
  * [fixup] - skip files in the archive handler (#2195)
  * move logic to main Chunks method (#2194)
  * add metrics for gitlab (#2190)
  * [chore] - Refactor common code into a separate function (#2179)
  * Remove java archives from ignored extensions (#2188)
  * [chore] - Compile regex once (#2176)

OBS-URL: https://build.opensuse.org/request/show/1133151
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=34
This commit is contained in:
2023-12-14 19:44:52 +00:00
committed by Git OBS Bridge
parent 74e783d517
commit 8ebaecbde3
7 changed files with 32 additions and 10 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Dec 14 15:05:21 UTC 2023 - felix.niederwanger@suse.de
- Update to version 3.63.3:
* Bump github.com/docker/docker (#2213)
* Update metabase verification to check for a valid JSON response (#2210)
* [chore] Remove unnecessary string conversion in tefter detector (#2209)
* fix and refactor browserstack detector (#2208)
* Fix azurestorage detector (#2207)
* [chore] Remove omitempty tags on JobProgressMetrics and UnitMetrics (#2204)
* Add disk buffer tempfile cleanup (#2130)
* Use bad json in slackwebhooks (#2193)
* [bug] - close file after reading (#2203)
* chore: propagate log context to handlers (#2191)
* feat(privatekey): run checks concurrently (#2139)
* [fixup] - skip files in the archive handler (#2195)
* move logic to main Chunks method (#2194)
* add metrics for gitlab (#2190)
* [chore] - Refactor common code into a separate function (#2179)
* Remove java archives from ignored extensions (#2188)
* [chore] - Compile regex once (#2176)
-------------------------------------------------------------------
Thu Dec 07 10:40:06 UTC 2023 - felix.niederwanger@suse.de