SHA256
1
0
forked from pool/trufflehog

Accepting request 1104397 from home:ph03nix

- Update to version 3.47:
  * [bug] - copy chunk before sending on chunksChan (#1633)
  * Add ScanChunk to allow injecting Chunks into the SourceManager's channel (#1634)
  * correct logging output for github comments and add oss flags (#1632)
  * [chore] - Use custom context for archive handler of specialized archives (#1629)
  * add salesforce detector (#1608)
  *  Integration of SpecializedHandler for Enhanced Archive Processing (#1625)
  * fix github org placeholder (#1627)
  * bump go to 1.21 (#1623)
  * change verification endpoint (#1611)
  * add huggingface detector (#1621)
  * Refactor FragmentLineOffset to match multiline secrets (#1612)
  * fix alchemy test error message (#1622)
  * Docker scanning by digest (#1615)
  * Use the common chunker for scanning the filesystem source (#1619)
  * Support indeterminate verification in Gitlab detector (#1613)
  * stop saving alchemy url (#1614)
  * Add tri-state verification to pubnub publish key detector (#1616)
  * fix error msg in alchemy test (#1617)
  * Add terminal UI (#1593)
  * implement tri-state verification in FTP detector (#1604)
  * Move commits_scanned to ScanRepo (#1610)
  * Use common chunk reader (#1596)
  * Tweak template detector test code (#1609)

OBS-URL: https://build.opensuse.org/request/show/1104397
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=14
This commit is contained in:
2023-08-17 14:07:44 +00:00
committed by Git OBS Bridge
parent ee8f3ca77f
commit bb235079a5
7 changed files with 38 additions and 10 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Aug 17 13:04:29 UTC 2023 - felix.niederwanger@suse.com
- Update to version 3.47:
* [bug] - copy chunk before sending on chunksChan (#1633)
* Add ScanChunk to allow injecting Chunks into the SourceManager's channel (#1634)
* correct logging output for github comments and add oss flags (#1632)
* [chore] - Use custom context for archive handler of specialized archives (#1629)
* add salesforce detector (#1608)
* Integration of SpecializedHandler for Enhanced Archive Processing (#1625)
* fix github org placeholder (#1627)
* bump go to 1.21 (#1623)
* change verification endpoint (#1611)
* add huggingface detector (#1621)
* Refactor FragmentLineOffset to match multiline secrets (#1612)
* fix alchemy test error message (#1622)
* Docker scanning by digest (#1615)
* Use the common chunker for scanning the filesystem source (#1619)
* Support indeterminate verification in Gitlab detector (#1613)
* stop saving alchemy url (#1614)
* Add tri-state verification to pubnub publish key detector (#1616)
* fix error msg in alchemy test (#1617)
* Add terminal UI (#1593)
* implement tri-state verification in FTP detector (#1604)
* Move commits_scanned to ScanRepo (#1610)
* Use common chunk reader (#1596)
* Tweak template detector test code (#1609)
-------------------------------------------------------------------
Fri Aug 04 08:05:50 UTC 2023 - felix.niederwanger@suse.com