trufflehog/_service
Jeff Kowalczyk bd9b532946 - Update to version 3.88.12:
* fix(deps): update module github.com/xo/dburl to v0.23.3 (#3898)
  * fix(deps): update module github.com/google/go-containerregistry to v0.20.3 (#3897)
  * Remove duplicate `github.com/jedib0t/go-pretty` dependency (#3924)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=184
2025-02-21 19:19:00 +00:00

18 lines
644 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.88.12</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>