trufflehog/_service
Jeff Kowalczyk 26db06a955 Accepting request 1045674 from home:pdostal
Trufflehog

TruffleHog is an open source secret-scanning engine that helps resolve exposed
secrets across your company’s entire tech stack.

-------------------------------------------------------------------
Thu Dec 22 16:46:59 UTC 2022 - Pavel Dostál <pdostal@suse.com>

- Change the minimal version of Go from 1.14 to 1.18

-------------------------------------------------------------------
Thu Dec 22 15:51:49 UTC 2022 - Pavel Dostál <pdostal@suse.com>

- Bump github.com/xanzy/go-gitlab from 0.76.0 to 0.77.0 by @dependabot in #981
- Bump golang.org/x/crypto from 0.3.0 to 0.4.0 by @dependabot in #982
- Add configuration parsing and custom detectors to engine by @mcastorina in #968
- Add custom regex detector docs by @mcastorina in #983
- Remove custom log leveler by @mcastorina in #985

OBS-URL: https://build.opensuse.org/request/show/1045674
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=1
2022-12-29 19:51:23 +00:00

18 lines
603 B
Plaintext

<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
<param name="scm">git</param>
<param name="revision">main</param>
<param name="version">v3.21.0</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="tar" mode="disabled"/>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="disabled"/>
<service name="set_version" mode="buildtime"/>
</services>