- Update to version 3.54.3 * Sourcegraph Detectors Iterations by @shivasurya in #1742 * [chore] - fix sentry detector by @ahrav in #1738 * [bug] - Correctly create azure git links by @ahrav in #1743 - Update to version 3.54.2: * Correctly create azure git links. (#1743) * [chore] - fix sentry detector (#1738) * iterating on suggestions (#1742) * update jira detector to match new variable tokens (#1720) - Update to version 3.54.1: * add tri-state verification for twilio detector (#1729) * added sourcegraph token verification detection (#1730) * Update to Go 1.21 (#1733) * update slack webhook with tri-state verification (#1724) * Unify S3 client creation logic (#1657) * Add a cancel cause to job cancellation (#1728) * Add the 'Cause' family of functions to the context wrapper library (#1725) * remove fmt.Print (#1727) * Optimize read to max (#1714) * Add AvailableCapacity method to SourceManager (#1665) * Add jobID to chunk. (#1721) - Update to version 3.54.0: * buffer channel. (#1718) * add detectors that were missed (#1716) * Expired invite link fix (#1713) OBS-URL: https://build.opensuse.org/request/show/1108775 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=17
19 lines
650 B
Plaintext
19 lines
650 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.54.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="disabled"/>
|
|
</services>
|
|
|