Accepting request 1174422 from home:ph03nix
- Update to version 3.76.2: * [bug] - Handle empty reader case in newFileReader (#2854) - Update to version 3.76.1: * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.3 (#2849) * [bug] - Handle empty reader case in newFileReader (#2854) * [refactor] - Create separate handler for non-archive data (#2825) * added email and location in metadata. (#2850) * chore: fix some typos in comments (#2851) * Add "Intra42" detector (#2835) * [feat] - Support bearer auth for docker scans (#2848) * Use fake detectors in versioned detectors test (#2847) * switch to filesystem and specific tag when performance testing (#2846) * [bug] - Fix case-sensitivity issue in PrefixRegex function (#2811) * fix(deps): update module cloud.google.com/go/storage to v1.41.0 (#2843) * feat(sendgrid): update detector (#2833) * Bump up performance test threshold to 50% (#2839) * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.1 (#2841) * fix(deps): update module github.com/fatih/color to v1.17.0 (#2837) * Fixed the Now Scanning emoji (#2842) * [chore] - Update GitlabV2 detector (#2840) * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.0 (#2830) * Update results's extra data for Twilio (#2807) * fix(deps): update module github.com/google/go-github/v61 to v62 (#2832) * fix(deps): update module github.com/sassoftware/go-rpmutils to v0.4.0 (#2831) * fix(deps): update module google.golang.org/api to v0.180.0 (#2822) * fix(deps): update module github.com/xanzy/go-gitlab to v0.105.0 (#2824) * fix(deps): update testcontainers-go monorepo to v0.31.0 (#2823) * [refactor] - Refactor Archive Handling Logic (#2703) * Update postman flags to be less confusing (#2755) * fix(deps): update module github.com/prometheus/client_golang to v1.19.1 (#2821) * fix(deps): update module github.com/charmbracelet/bubbletea to v0.26.2 (#2818) * fix(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.6 (#2819) * fix(deps): update module github.com/aws/aws-sdk-go to v1.52.6 (#2816) * test(common/http): fix panic (#2817) * fix(deps): update module github.com/snowflakedb/gosnowflake to v1.10.0 (#2810) * fix(deps): update module github.com/rabbitmq/amqp091-go to v1.10.0 (#2809) * fix(deps): update module github.com/xanzy/go-gitlab to v0.104.1 (#2784) * address linter (#2783) * chore(deps): update golangci/golangci-lint-action action to v6 (#2801) * Updating Enterprise Readme Link from Contact to Product Info Page (#2804) * Moved up enterprise section and added additional integrations (#2803) * fix(deps): update module google.golang.org/api to v0.178.0 (#2800) * fix(deps): update module github.com/aws/aws-sdk-go to v1.52.4 (#2794) * fix(deps): update module github.com/brianvoe/gofakeit/v7 to v7.0.3 (#2798) * fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 (#2795) * increase test chan size (#2797) OBS-URL: https://build.opensuse.org/request/show/1174422 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=97
This commit is contained in:
parent
0db9e88af1
commit
fb7d36c58b
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="version">v3.76.0</param>
|
||||
<param name="version">v3.76.2</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85e3b7276378f3cfc66775a7ccbc8aa9080ac8322c0ffcbebaa2cde8117862d6
|
||||
size 9736205
|
3
trufflehog-3.76.2.obscpio
Normal file
3
trufflehog-3.76.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d9f1a5cf6d57c782c8ed80ce688f125e49b1894eda90b2194d440a39669a381
|
||||
size 9798669
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 08:09:47 UTC 2024 - Felix Niederwanger <felix.niederwanger@suse.de>
|
||||
|
||||
- Update to version 3.76.2:
|
||||
* [bug] - Handle empty reader case in newFileReader (#2854)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 08:06:35 UTC 2024 - felix.niederwanger@suse.de
|
||||
|
||||
- Update to version 3.76.1:
|
||||
* fix(deps): update module github.com/aws/aws-sdk-go to v1.53.3 (#2849)
|
||||
* [bug] - Handle empty reader case in newFileReader (#2854)
|
||||
* [refactor] - Create separate handler for non-archive data (#2825)
|
||||
* added email and location in metadata. (#2850)
|
||||
* chore: fix some typos in comments (#2851)
|
||||
* Add "Intra42" detector (#2835)
|
||||
* [feat] - Support bearer auth for docker scans (#2848)
|
||||
* Use fake detectors in versioned detectors test (#2847)
|
||||
* switch to filesystem and specific tag when performance testing (#2846)
|
||||
* [bug] - Fix case-sensitivity issue in PrefixRegex function (#2811)
|
||||
* fix(deps): update module cloud.google.com/go/storage to v1.41.0 (#2843)
|
||||
* feat(sendgrid): update detector (#2833)
|
||||
* Bump up performance test threshold to 50% (#2839)
|
||||
* fix(deps): update module github.com/aws/aws-sdk-go to v1.53.1 (#2841)
|
||||
* fix(deps): update module github.com/fatih/color to v1.17.0 (#2837)
|
||||
* Fixed the Now Scanning emoji (#2842)
|
||||
* [chore] - Update GitlabV2 detector (#2840)
|
||||
* fix(deps): update module github.com/aws/aws-sdk-go to v1.53.0 (#2830)
|
||||
* Update results's extra data for Twilio (#2807)
|
||||
* fix(deps): update module github.com/google/go-github/v61 to v62 (#2832)
|
||||
* fix(deps): update module github.com/sassoftware/go-rpmutils to v0.4.0 (#2831)
|
||||
* fix(deps): update module google.golang.org/api to v0.180.0 (#2822)
|
||||
* fix(deps): update module github.com/xanzy/go-gitlab to v0.105.0 (#2824)
|
||||
* fix(deps): update testcontainers-go monorepo to v0.31.0 (#2823)
|
||||
* [refactor] - Refactor Archive Handling Logic (#2703)
|
||||
* Update postman flags to be less confusing (#2755)
|
||||
* fix(deps): update module github.com/prometheus/client_golang to v1.19.1 (#2821)
|
||||
* fix(deps): update module github.com/charmbracelet/bubbletea to v0.26.2 (#2818)
|
||||
* fix(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.6 (#2819)
|
||||
* fix(deps): update module github.com/aws/aws-sdk-go to v1.52.6 (#2816)
|
||||
* test(common/http): fix panic (#2817)
|
||||
* fix(deps): update module github.com/snowflakedb/gosnowflake to v1.10.0 (#2810)
|
||||
* fix(deps): update module github.com/rabbitmq/amqp091-go to v1.10.0 (#2809)
|
||||
* fix(deps): update module github.com/xanzy/go-gitlab to v0.104.1 (#2784)
|
||||
* address linter (#2783)
|
||||
* chore(deps): update golangci/golangci-lint-action action to v6 (#2801)
|
||||
* Updating Enterprise Readme Link from Contact to Product Info Page (#2804)
|
||||
* Moved up enterprise section and added additional integrations (#2803)
|
||||
* fix(deps): update module google.golang.org/api to v0.178.0 (#2800)
|
||||
* fix(deps): update module github.com/aws/aws-sdk-go to v1.52.4 (#2794)
|
||||
* fix(deps): update module github.com/brianvoe/gofakeit/v7 to v7.0.3 (#2798)
|
||||
* fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 (#2795)
|
||||
* increase test chan size (#2797)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 19:03:22 UTC 2024 - felix.niederwanger@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: trufflehog
|
||||
version: 3.76.0
|
||||
mtime: 1715711634
|
||||
commit: 0d8c3335ed9321c2e198206f9279a31c8f2e3b67
|
||||
version: 3.76.2
|
||||
mtime: 1715823126
|
||||
commit: bcbc9c5ff7774223d94b7d647a655dfa50e9cecb
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: trufflehog
|
||||
Version: 3.76.0
|
||||
Version: 3.76.2
|
||||
Release: 0
|
||||
Summary: CLI tool to find exposed secrets in source and archives
|
||||
License: AGPL-3.0-or-later
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22183c84358cff4ca416872a4a53883e7ba805f312c9e7fa8ddb5e8ecbd74d92
|
||||
size 20114983
|
||||
oid sha256:cf9456c71ab69c8f77e0729fa0cfc50ee73c6c2f12ee70187a3c5954b0e55b96
|
||||
size 20115127
|
||||
|
Loading…
x
Reference in New Issue
Block a user