SHA256
1
0
forked from pool/trufflehog

Accepting request 1114094 from home:ph03nix

- Update to version 3.57.0:
  * [bug] - correctly check err (#1824)
  * Use S3 credentials waterfall (#1823)
  * consolidated pr and issue descr/comment flags (#1827)
  * added Web3 Storage detector (#1789)
  * Update Adding_Detectors_external.md (#1822)
  * Github partial scan (#1804)
  * added PR and Issue body scanning (#1816)
  * Update Adding_Detectors_external.md (#1817)
  * Implement an installation script with CheckSum Validation (#1808)
  * updating browserstack detector to use tri-state verification (#1785)
  * updating microsoft teams webhook detector to use tri-state verification (#1792)
  * updating myfreshworks detector to use tri-state verification (#1779)
  * update figma to use tri-state verification (#1814)
  * adding support for new version of figma token (#1813)
  * Update README.md (#1811)
  * examples folder (#1734)
  * Update protos image to use correct go version (#1810)
  * add line to link for azure repos. (#1801)
  * fix detector test action (#1805)
  * aggregate detector tests daily (#1800)
  * Adding new function SetProgressOngoing to be used when the source does not yet know how many items it is scanning and does not want to display a percentage complete. (#1802)
  * updating uri detector to use tri-state verification (#1791)
  * Bump golang.org/x/oauth2 from 0.10.0 to 0.12.0 (#1799)
  * Bump github.com/go-ldap/ldap/v3 from 3.4.5 to 3.4.6 (#1796)
  * Bump github.com/charmbracelet/bubbletea from 0.24.1 to 0.24.2 (#1798)
  * Bump github.com/getsentry/sentry-go from 0.22.0 to 0.24.1 (#1797)
  * Bump cloud.google.com/go/storage from 1.31.0 to 1.33.0 (#1795)
  * Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 (#1794)
  * Add ability to dynamically scale concurrently running sources (#1790)

OBS-URL: https://build.opensuse.org/request/show/1114094
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=20
This commit is contained in:
2023-09-29 05:21:00 +00:00
committed by Git OBS Bridge
parent 85777d8d4d
commit 5f7a722963
7 changed files with 50 additions and 10 deletions

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
Thu Sep 28 12:53:35 UTC 2023 - felix.niederwanger@suse.com
- Update to version 3.57.0:
* [bug] - correctly check err (#1824)
* Use S3 credentials waterfall (#1823)
* consolidated pr and issue descr/comment flags (#1827)
* added Web3 Storage detector (#1789)
* Update Adding_Detectors_external.md (#1822)
* Github partial scan (#1804)
* added PR and Issue body scanning (#1816)
* Update Adding_Detectors_external.md (#1817)
* Implement an installation script with CheckSum Validation (#1808)
* updating browserstack detector to use tri-state verification (#1785)
* updating microsoft teams webhook detector to use tri-state verification (#1792)
* updating myfreshworks detector to use tri-state verification (#1779)
* update figma to use tri-state verification (#1814)
* adding support for new version of figma token (#1813)
* Update README.md (#1811)
* examples folder (#1734)
* Update protos image to use correct go version (#1810)
* add line to link for azure repos. (#1801)
* fix detector test action (#1805)
* aggregate detector tests daily (#1800)
* Adding new function SetProgressOngoing to be used when the source does not yet know how many items it is scanning and does not want to display a percentage complete. (#1802)
* updating uri detector to use tri-state verification (#1791)
* Bump golang.org/x/oauth2 from 0.10.0 to 0.12.0 (#1799)
* Bump github.com/go-ldap/ldap/v3 from 3.4.5 to 3.4.6 (#1796)
* Bump github.com/charmbracelet/bubbletea from 0.24.1 to 0.24.2 (#1798)
* Bump github.com/getsentry/sentry-go from 0.22.0 to 0.24.1 (#1797)
* Bump cloud.google.com/go/storage from 1.31.0 to 1.33.0 (#1795)
* Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 (#1794)
* Add ability to dynamically scale concurrently running sources (#1790)
* [bug] - fix link line (#1793)
* Ability to update line number in link (#1788)
* fixed rubygems detector (#1781)
* Update sonarcloud.go (#1784)
* [bug] - correclty handle nested archived directories (#1778)
* replace interface{} with any. (#1771)
-------------------------------------------------------------------
Fri Sep 15 07:13:56 UTC 2023 - felix.niederwanger@suse.com