trufflehog/_service
Jeff Kowalczyk 8642e0082f Accepting request 1179347 from home:ph03nix
- Update to version 3.78.0:
  * Make the github action work with a path as input (#2908)
  * feat(extensions): ignore dia diagrams (#2939)
  * [chore] Polish channelmetrics package (#2938)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.17 (#2914)
  * refactor(cache): use generics (#2930)
  * [chore] - address comments (#2920)
  * feat(git): improve scan logging (#2923)
  * [fix] - Correctly calculate EntireSpanChunkCalculator span (#2924)
  * remove stutter in naming (#2926)
  * Update Jenkins in tui (#2925)
  * continue on error (#2921)
  * Go should be installed before codeql initializes (#2919)
  * [feat] - Optimize detector performance by reducing data passed to regex (#2812)
  * [feat] - Introduce `channelmetrics` Package for Channel Metrics Collection (#2889)
  * Add flag to get information if trufflehog being ran from TUI (#1644)
  * feat(openai): add project and service account keys (#2863)
  * refactor(github): improve wiki err handling (#2917)
  * Add elasticsearch to tui (#2915)
  * fix(deps): update module github.com/microsoft/go-mssqldb to v1.7.2 (#2912)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.15 (#2911)
  * Add Jenkins scanning (#2892)
  * [chore] Always log git repositories being scanned (#2909)
  * chore: fix some comments (#2903)
  * fix(deps): update module github.com/azure/go-autorest/autorest/azure/auth to v0.5.13 (#2902)
  * integration testing for mongodb. (#2907)
  * fix(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.7 (#2904)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.14 (#2900)
  * refactor(github): enumerateWithToken flow & tests (#2880)
  * Redis integration test (#2901)

OBS-URL: https://build.opensuse.org/request/show/1179347
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=103
2024-06-07 19:34:45 +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.78.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>