trufflehog/_service
Jeff Kowalczyk d8ea073c07 - Update to version 3.78.2:
* ci(detector-tests): test detectors if integration fails (#2994)
  * Pin STARRY-S/zip #2999
  * Adding Larksuite Detectors + Tests (#3008)
  * fix(git): set GIT_DIR based on ScanOptions.Bare (#3004)
  * Return targeted scan errors (#2995)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.54.6 (#2996)
  * fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.5 (#2993)
  * ci(detector-tests): disambiguate step names (#2989)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.54.5 (#2992)
  * clone more refs (#2988)
  * fix(deps): update module google.golang.org/api to v0.185.0 (#2987)
  * [feat] - Add Option to Retain False Positives During Detection (#2967)
  * fix(deps): update module github.com/getsentry/sentry-go to v0.28.1 (#2986)
  * fix(deps): update module github.com/elastic/go-elasticsearch/v8 to v8.14.0 (#2981)
  * fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.11.0 (#2980)
  * fix(deps): update module cloud.google.com/go/storage to v1.42.0 (#2977)
  * fix(deps): update module go.mongodb.org/mongo-driver to v1.15.1 (#2975)
  * fix(deps): update module github.com/google/go-containerregistry to v0.19.2 (#2973)
  * fix(deps): update golang.org/x/exp digest to 7f521ea (#2972)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.54.2 (#2962)
  * patch dependency (#2971)
  * [fix] - implement MaxSecretSizeProvider for `auth0managementapitoken` detector (#2953)
  * Fix integration tests (#2970)
  * feat(detectors): log falsepositive reason (#2969)
  * fix(handlers): workaround for max archive depth (#2965)
  * add metrics to the pipeline (#2968)
  * adding eraser ai detector (#2961)
  * Modularize scanning engine (#2887)
  * test: fix compile errors (#2964)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=107
2024-06-25 12:58:42 +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.2</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>