SHA256
1
0
forked from pool/trufflehog
Jeff Kowalczyk c5007507f8 Accepting request 1116414 from home:ph03nix
- Update to version 3.59.0:
  * Add an option to filter unverified results using shannon entropy ()
  * [chore] Fix flaky TestJobProgressElapsedTime ()
  * Tighten up keywords ()
  * Detector-Competition-Fix: fix notion.so false negative verification ()
  * Detector-Competition-New: add anthropic api key detector ()
  * Detector-Competition-New: add ramp.com client id & secret detector ()
  * use Repositories field from conn. ()
  * Add include and ignore list to Artifactory ()
  * support insecure TLS for Jira and Jenkins ()
  * add tristate verification to postman ()
  * Use placeholder as default if field left empty and is required ()
  * implemented planet scale creds (passwords and API keys) ()
  * adding azure storage detector ()
  * Adding Howtorotate Guides to TruffleHog ()
  * update pagerdutyapikey detector to tri-state verification ()
  * Fix bug in chunker that surfaces with a flaky passed in io.Reader ()
  * Bump github.com/AzureAD/microsoft-authentication-library-for-go ()
  * Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.6.0 to 2.7.0 ()
  * Bump go.mongodb.org/mongo-driver from 1.12.0 to 1.12.1 ()
  * Bump github.com/aws/aws-sdk-go from 1.44.83 to 1.45.19 ()
  * Bump docker/setup-qemu-action from 2 to 3 ()
  * Bump goreleaser/goreleaser-action from 4 to 5 ()
  * Bump mikepenz/action-junit-report from 3 to 4 ()
  * Bump docker/login-action from 2 to 3 ()
  * Bump github.com/xanzy/go-gitlab from 0.88.0 to 0.92.3 ()
  * Bump actions/checkout from 3 to 4 ()
  * fixing razorpay ()
  * add tristate verification to twitch ()
  * chore(ReadMe): Update installation Doc ()
  * Separate gitlab detectors ()
  * [chore] add figmav2 to defaults ()
  * Cleanup jiratoken detector ()
  * cleanup nesting ()
  * Cleanup pubnub detector ()
  * Update alchemy_test.go to use detectors5 ()
  * Update web3storage_test.go ()
- Update to version 3.58.0:
  * update figma to use tri-state verification by @0x1 in ()
  * updating myfreshworks detector to use tri-state verification by @0x1 in ()
  * updating microsoft teams webhook detector to use tri-state verification by @0x1 in ()
  * updating browserstack detector to use tri-state verification by @0x1 in ()
  * Implement an installation script with CheckSum Validation by @hibare in ()
  * Update Adding_Detectors_external.md by @zricethezav in ()
  * added PR and Issue body scanning by @joeleonjr in ()
  * Github partial scan by @ahrav in ()
  * Update Adding_Detectors_external.md by @zricethezav in ()
  * added Web3 Storage detector by @ankushgoel27 in ()
  * consolidated pr and issue descr/comment flags by @joeleonjr in ()
  * Use S3 credentials waterfall by @rosecodym in ()
  * [bug] - correctly check err by @ahrav in ()
  * Update web3storage_test.go with detectors5 by @zricethezav in ()
  * Update alchemy_test.go to use detectors5 by @zricethezav in ()
  * Cleanup pubnub detector by @0x1 in ()
  * cleanup myfreshworks detector by @0x1 in ()
  * Cleanup jiratoken detector by @0x1 in ()
  * [chore] add figmav2 to defaults by @0x1 in ()
  * Separate gitlab detectors by @0x1 in ()
  * chore(ReadMe): Update installation Doc by @varmakarthik12 in ()
  * add tristate verification to twitch by @0x1 in ()
  * fixing razorpay by @dxa4481 in ()
  * Bump actions/checkout from 3 to 4 by @dependabot in ()
  * Bump github.com/xanzy/go-gitlab from 0.88.0 to 0.92.3 by @dependabot in ()
  * Bump docker/login-action from 2 to 3 by @dependabot in ()
  * Bump mikepenz/action-junit-report from 3 to 4 by @dependabot in ()
  * Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in ()
  * Bump docker/setup-qemu-action from 2 to 3 by @dependabot in ()
  * Bump github.com/aws/aws-sdk-go from 1.44.83 to 1.45.19 by @dependabot in ()
  * Bump go.mongodb.org/mongo-driver from 1.12.0 to 1.12.1 by @dependabot in ()

OBS-URL: https://build.opensuse.org/request/show/1116414
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=21
2023-10-09 14:28:35 +00:00

19 lines
650 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.59.0</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>
<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="disabled"/>
<service name="set_version" mode="disabled"/>
</services>