trufflehog/_service
Jeff Kowalczyk fe42f0b658 - Update to version 3.82.1:
* [analyze] Add analyzer interface for Shopify (#3226)
  * [analyze] Add Analyzer for Mailgun (#3206)
  * [analyze] Add Analyzer for MySQL (#3193)
  * Instrument GitHub source with a UnitReporter (#3284)
  * fix(deps): update module github.com/prometheus/client_golang to v1.20.3 (#3279)
  * adding pypi v1 support (#3289)
  * adding pypi detector (#3287)
  * feature flag additional refs (#3282)
  * Clarify "no decoder found for chunk" log message (#3001)
  * update aha keyword (#3281)
  * [chore] - remove unused method and function (#3089)
  * Jira Email fix (#3061)
  * fix(git): config normalization for git sources (#3278)
  * Add detector for Nvidia NGC Personal Keys (#3280)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=125
2024-09-13 18:57:26 +00:00

18 lines
643 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
<param name="scm">git</param>
<param name="revision">main</param>
<param name="version">v3.82.1</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual"/>
<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="manual"/>
</services>