From 8642e0082f0deea0d3f68afc69ae9c0b9a85b66b26679411999bee651fb96449 Mon Sep 17 00:00:00 2001 From: Jeff Kowalczyk Date: Fri, 7 Jun 2024 19:34:45 +0000 Subject: [PATCH] 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 --- _service | 2 +- trufflehog-3.77.0.obscpio | 3 -- trufflehog-3.78.0.obscpio | 3 ++ trufflehog.changes | 74 +++++++++++++++++++++++++++++++++++++++ trufflehog.obsinfo | 6 ++-- trufflehog.spec | 2 +- vendor.tar.gz | 4 +-- 7 files changed, 84 insertions(+), 10 deletions(-) delete mode 100644 trufflehog-3.77.0.obscpio create mode 100644 trufflehog-3.78.0.obscpio diff --git a/_service b/_service index 45c7e94..8a55cf8 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/trufflesecurity/trufflehog.git git main - v3.77.0 + v3.78.0 v(.*) enable diff --git a/trufflehog-3.77.0.obscpio b/trufflehog-3.77.0.obscpio deleted file mode 100644 index 1bb2060..0000000 --- a/trufflehog-3.77.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c203008b7de908464415c06818e5cc4227708285f347f32a8045b41cdb18e77 -size 9873421 diff --git a/trufflehog-3.78.0.obscpio b/trufflehog-3.78.0.obscpio new file mode 100644 index 0000000..509f063 --- /dev/null +++ b/trufflehog-3.78.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee9d65ddcb8a3e2410b1c0b5ff6eb980ac4422658a09b28eec861b0dc7a8121 +size 10130957 diff --git a/trufflehog.changes b/trufflehog.changes index bf0f426..585b2cf 100644 --- a/trufflehog.changes +++ b/trufflehog.changes @@ -1,3 +1,77 @@ +------------------------------------------------------------------- +Fri Jun 07 18:28:18 UTC 2024 - felix.niederwanger@suse.com + +- 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) + * fix(falsepositives): remove 'www' (#2896) + * fix(deps): update module github.com/charmbracelet/bubbletea to v0.26.4 (#2885) + * consistent image of MSSQL for integration testing. (#2898) + * Update metadata for DataDog for API + APPKey (#2879) + * fix(deps): update golang.org/x/exp digest to fd00a4e (#2899) + * chore(deps): update alpine docker tag to v3.20 (#2874) + * Add postman to tui (#2895) + * feat: support docker image history scanning (#2882) + * Added extra data for LaunchDarkly (#2836) + * fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.4 (#2890) + * fix(deps): update module github.com/elastic/go-elasticsearch/v8 to v8.13.1 (#2886) + * fix(deps): update golang.org/x/exp digest to 4c93da0 (#2883) + * fix(deps): update module cloud.google.com/go/secretmanager to v1.13.1 (#2884) + * fix(deps): update module github.com/go-logr/logr to v1.4.2 (#2869) + * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.10 (#2871) + * test(github): fix some errors (#2774) + * Improve handling of Gist URLs (#2653) + * Elastic adapter (#2727) + * fix(github): scan user repos (#2814) + * Log reasons for GitLab repo exclusion (#2875) + * adding Groq detector (#2873) + * [chore] - Use http.NewRequestWithContext (#2870) + * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.6 (#2867) + * made changes in organization regex for azure devops. (#2866) + * Update azure storage extra data (#2808) + * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.5 (#2859) + * fix(deps): update module google.golang.org/api to v0.181.0 (#2857) + * fix(deps): update module github.com/wasilibs/go-re2 to v1.5.3 (#2861) + * chore(engine): remove verbose log line (#2860) + * remove redundant chunking (#2855) + * [chore] - move buffers pkg out of writers pkg (#2826) + * upgrade github dep (#2858) + * Adding postman to sub-commands list (#2813) + * add tolower to all keywords, and remove return on error for global vars (#2852) + * deprecated Integromat detector becuase they are gone. (#2856) + * 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) + ------------------------------------------------------------------- Wed May 29 06:51:32 UTC 2024 - felix.niederwanger@suse.de diff --git a/trufflehog.obsinfo b/trufflehog.obsinfo index 0059997..a3fd867 100644 --- a/trufflehog.obsinfo +++ b/trufflehog.obsinfo @@ -1,4 +1,4 @@ name: trufflehog -version: 3.77.0 -mtime: 1716930463 -commit: 0024b6ce7756f3255c50fd3b1c04d0b446e088a9 +version: 3.78.0 +mtime: 1717773688 +commit: f122b295bf4d80edf9218bef2a454a60c039be62 diff --git a/trufflehog.spec b/trufflehog.spec index b496a56..ec0bbae 100644 --- a/trufflehog.spec +++ b/trufflehog.spec @@ -17,7 +17,7 @@ Name: trufflehog -Version: 3.77.0 +Version: 3.78.0 Release: 0 Summary: CLI tool to find exposed secrets in source and archives License: AGPL-3.0-or-later diff --git a/vendor.tar.gz b/vendor.tar.gz index 5756717..1d2d95d 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f26f81dd5c376b14990a358fee54f737d5c4b31bc21ae9f2425f52a1d4226c05 -size 22013613 +oid sha256:cc23a5d74364ad3153a590f63879399da98e7988cad700862e9cc4d1f8b203b1 +size 22119702