* updated tickettailor detector (#3766) * fix(deps): update module golang.org/x/crypto to v0.31.0 (#3767) * fix(deps): update golang.org/x/exp digest to 1829a12 (#3761) * [refactor] - s3 metrics (#3760) * [Fix] detector's integration tests starting with alphabet 'g' (#3765) * [Fix] detector's integration tests starting with alphabet 'e' & 'f' (#3764) * updated testingbot detector and it's integration tests (#3763) * fix(deps): update module google.golang.org/api to v0.211.0 (#3759) * fix(deps): update golang.org/x/exp digest to 1443442 (#3758) OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=163
18 lines
643 B
Plaintext
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.86.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>
|