trufflehog/_service
Jeff Kowalczyk 03a5db302c Accepting request 1162849 from home:ph03nix
- Update to version 3.71.1:
  * Use Lstat to identify non-regular files in filesystem source (#2628)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.8 (#2630)
  * [bugfix] - Update the Anthropic detector (#2629)
  * fix(deps): update module github.com/charmbracelet/glamour to v0.7.0 (#2627)
  * fix(deps): update module github.com/go-sql-driver/mysql to v1.8.1 (#2626)
  * Fix incorrect regular expression with missing closing bracket (#2616)
  * fix(deps): update golang.org/x/exp digest to a685a6e (#2621)
  * [chore] - upgrade dep (#2618)
  * Fix additional GitHub test errors #2614
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.7 (#2623)
- Update to version 3.71.0:
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.6 (#2615)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.101.0 (#2617)
  * fix(github): resolve panic & test failures (#2608)
  * Dockerhub v2 detector (#2361)
  * fix(deps): update module github.com/brianvoe/gofakeit/v6 to v7 (#2612)
  * Update Snyk detector (#2559)
  * MaxMind detector uses the right endpoint (#2577)
  * feat(gitparse): avoid uneeded calls to strconv.Unquote (#2605)
  * fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.10.0 (#2607)
  * fix(deps): update module google.golang.org/api to v0.171.0 (#2611)
  * fix(deps): update module github.com/brianvoe/gofakeit/v6 to v7 (#2524)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v7 (#2590)
  * Use go 1.22 (#2599)
  * Refactor GitHub source (#2379)
  * Bump github.com/docker/docker (#2603)
  * [chore] Fix potential resource leak in postman source (#2606)
  * strings contain keyword check, add collection name to keywords (#2602)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.4 (#2604)
  * Postman Source (#2579)

OBS-URL: https://build.opensuse.org/request/show/1162849
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=83
2024-03-27 12:01:09 +00:00

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.71.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>