trufflehog/_service
Jeff Kowalczyk ee8f3ca77f Accepting request 1102309 from home:ph03nix
- Update to version 3.46.3:
  * Detect API keys without app keys (#1605)
  * Adjust regex and add tests (#1602)
  * Use SourceManager in engine (#1586)
  * implement indeterminate LDAP verification (#1574)
  * Fix nil pointer dereference to git ScanOptions (#1603)
  * initial support for bare repositories (#1499)
  * Common chunk reader (#1594)
  * Add commits scanned to log (#1600)
  * include scan duration in output log (#1598)
  * Make prints to stdout serial. (#1597)
- Update to version 3.46.2:
  * add tri-state verification to mongodb detector by @rosecodym in #1575
  * create hidden debug flag to disable overseer by @zubairk14 in #1582
  * Fix VirusTotal deetector by @ahrav in #1585
  * Refactor git source to allow ScanOptions and use source in engine by @mcastorina in #1518
  * S3 panic send on closed channel by @ahrav in #1589
- Update to version 3.46.1:
  * [bug] - Fix unlocking an unlocked mutex by @ahrav in #1583
- Update to version 3.46.0:
  * Increase log level of engine messages by @dustin-decker in #1576
  * Initialize the default logger to output to stderr by @mcastorina in #1569
  * Fix runtime error when scanning Gist comments by @rgmz in #1552
  * Do not nest transports for Github installation client by @rosecodym in #1564
  * Identify transient AWS verification failures by @rosecodym in #1563
  * Support fatal errors in job reports by @mcastorina in #1562
  * Fix pubnub regular expression by @mcastorina in #1565
  * gitparse: Use an object for currentDiff by @mcastorina in #1573
  * Concurrent detection by @ahrav in #1580
  * Replace magic strings with const by @ahrav in #1568

OBS-URL: https://build.opensuse.org/request/show/1102309
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=13
2023-08-04 20:22:55 +00:00

19 lines
651 B
Plaintext

<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
<param name="scm">git</param>
<param name="revision">main</param>
<param name="version">v3.46.3</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="disabled"/>
<service name="set_version" mode="buildtime"/>
</services>