- Update to version 3.77.0: * feat: support docker image history scanning (#2882) * Added extra data for LaunchDarkly (#2836) * fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.4 (#2890) * fix(deps): update module github.com/elastic/go-elasticsearch/v8 to v8.13.1 (#2886) * fix(deps): update golang.org/x/exp digest to 4c93da0 (#2883) * fix(deps): update module cloud.google.com/go/secretmanager to v1.13.1 (#2884) * fix(deps): update module github.com/go-logr/logr to v1.4.2 (#2869) * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.10 (#2871) * test(github): fix some errors (#2774) * Improve handling of Gist URLs (#2653) * Elastic adapter (#2727) * fix(github): scan user repos (#2814) * Log reasons for GitLab repo exclusion (#2875) * adding Groq detector (#2873) * [chore] - Use http.NewRequestWithContext (#2870) * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.6 (#2867) OBS-URL: https://build.opensuse.org/request/show/1177456 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=101
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.77.0</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>
|