* Update SaladCloud description (#3399) * fix tests (#3400) * [chore] Update custom detector default description (#3398) * add description to salad (#3397) * Add detector for SaladCloud API Keys (#3273) * fix(deps): update module github.com/xanzy/go-gitlab to v0.111.0 (#3393) * Add SliceContainsString common util (#3395) * fix: pr template link to golangci-lint (#3392) * fix(deps): update golang.org/x/exp digest to f66d83c (#3389) * Separate detector tests into unit/integration (#3274) * Manually upgrade github dep (#3387) * Updated Fastly Personal Token Detector (#3386) * fix(deps): update module google.golang.org/api to v0.200.0 (#3391) * [Fix] Snowflake privatelink Support (#3286) * Enhanced the easyinsight detector (#3384) OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=133
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.82.8</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>
|