102 Commits

Author SHA256 Message Date
Ana Guerrero
ca0ba5b132 Accepting request 1177603 from devel:languages:go
- Update to version 3.77.0:
  * 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) (forwarded request 1177456 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1177603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=36
2024-05-29 17:36:43 +00:00
Jeff Kowalczyk
ee6774d03a Accepting request 1177456 from home:ph03nix
- Update to version 3.77.0:
  * 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)

OBS-URL: https://build.opensuse.org/request/show/1177456
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=101
2024-05-29 14:00:26 +00:00
Ana Guerrero
c2d7b418ae Accepting request 1175584 from devel:languages:go
- Update to version 3.76.3:
  * 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) (forwarded request 1175441 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1175584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=35
2024-05-22 19:29:58 +00:00
Jeff Kowalczyk
4fb5b5dbf6 Accepting request 1175441 from home:ph03nix
- Update to version 3.76.3:
  * 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)

OBS-URL: https://build.opensuse.org/request/show/1175441
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=99
2024-05-21 13:33:18 +00:00
Ana Guerrero
f2fb3fd606 Accepting request 1174687 from devel:languages:go
- 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) (forwarded request 1174422 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1174687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=34
2024-05-17 18:05:39 +00:00
Jeff Kowalczyk
fb7d36c58b 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
2024-05-16 21:07:46 +00:00
Ana Guerrero
adad0dfd31 Accepting request 1174086 from devel:languages:go
- Update to version 3.76.0:
  * 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)
  * Add webhook source protos (#2789)
  * fix(deps): update module golang.org/x/net to v0.25.0 (#2792)
  * Use custom fp logic for private keys (#2793)
  * fix(deps): update module google.golang.org/protobuf to v1.34.1 (#2790)
  * fix(deps): update module golang.org/x/text to v0.15.0 (#2786)
  * fix(deps): update module golang.org/x/oauth2 to v0.20.0 (#2785)
  * fix(deps): update module github.com/charmbracelet/bubbletea to v0.26.1 (#2777)
  * fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.4 (#2781)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.52.2 (#2776)
  * fix(deps): update module cloud.google.com/go/secretmanager to v1.13.0 (#2775)
  * set default buffer size to 64 (#2778)
  * Update result's extra data for Slack (#2779)
  * fix for infinite recursion in Postman var sub (#2780)
  * Update rabbitmq.go regex detect amqps protocol (#2609)
  * adds build version to finished scanning log (#2773)
  * update imports (#2772)
  * fix(deps): update module google.golang.org/api to v0.177.0 (#2770)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.32 (#2769)
  * Detector-Competition-Fix - fixed the alchemy detector regex (#1821)
  * Detector-Fix: Reintroduce Cloudflareglobalapikey (#2101)
  * Expose detector-specific false positive logic (#2743)
  * fixed calendly api key (#2368)
  * [bug] - Improve BufferedFileReader Close Behavior (#2768)
  * fix(deps): update module google.golang.org/protobuf to v1.34.0 (#2766)
  * [feat] - Add ReadFrom method to BufferedFileWriter (#2759)
  * [feat] - buffered file reader (#2731)
  * test(git): change length of chunks (#2767)
  * [chore] Add some happy path logs to GitLab (#2765)
  * Update ignore extensions (#2764)
  * Correclty set metrics for enumerated orgs (#2757)
  * feat(git): scan commit metadata (#2754)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.31 (#2763)
  * ignore pbix and vsdx files (#2762)
  * pkg: fix function names in comment (#2761)
  * [chore] - add additional binary extension (#2760)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.30 (#2756)
  * update integration logos (#2752)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.29 (#2751)
  * [bug] - Fix the metric for buffered file writer writes (#2750)
  * [bug] - fix buffer size metric (#2749)
  * [chore] Remove broken test (#2748)
  * [refactor] - lazy buffer retrieval (#2745)
  * [chore] - update buffered file writer metric (#2740)
  * [bug] - Refactor newDiff constructor to avoid double initialization of contentWriter (#2742)
  * Revert "feat(git): scan commit metadata (#2713)" (#2747)
  * Fix SQL Server detector tests (#2716)
  * feat(git): scan commit metadata (#2713)
  * chore(deps): update golangci/golangci-lint-action action to v5 (#2744)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.28 (#2741)
  * update buffer metrics (#2737)
  * [bug] - Correctly return the checked out buffer to the pool (#2732)
  * fix(deps): update module google.golang.org/api to v0.176.1 (#2736)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.27 (#2735)
  * Make connection issues less jarring (#2730)
  * [bug] - Fix disk write metric and update BufferedFileWriter file field (#2733)
  * Add false positive info to proto (#2729)
  * [refactor] - Update Write method signature in contentWriter interface (#2721)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.26 (#2728)
  * Move detectors.IsKnownFalsePositive from the detectors and into the engine (#2643)
  * fix(deps): update module google.golang.org/api to v0.176.0 (#2726)
  * added onfleet api key detector (#2375)
  * fix(deps): update module google.golang.org/api to v0.175.0 (#2724)
  * fix(deps): update module github.com/microsoft/go-mssqldb to v1.7.1 (#2720)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.25 (#2723)
  * Detect Slack workflows webhook (#2569)
  * fix(deps): update module github.com/couchbase/gocb/v2 to v2.8.1 (#2714)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.103.0 (#2715)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.24 (#2717)
  * fix(deps): update module google.golang.org/api to v0.174.0 (#2712)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.23 (#2711)
  * fix(deps): update module google.golang.org/api to v0.173.0 (#2709)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.22 (#2708)
  * fix(deps): update module github.com/go-ldap/ldap/v3 to v3.4.8 (#2707)
  * fix(deps): update golang.org/x/exp digest to fe59bbe (#2706)
  * fix(deps): update module go.mongodb.org/mongo-driver to v1.15.0 (#2700)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.21 (#2699)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.20 (#2698)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v7 to v7.4.0 (#2697)
  * Adding Pagarme API key detection (#2665)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.19 (#2694)
  * chore(deps): update sigstore/cosign-installer action to v3.5.0 (#2695)
  * [refactor] - template detector (#2692)
  * Remove unnecessary space in Vultr regex pattern (#2689) (forwarded request 1174073 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1174086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=33
2024-05-15 19:27:39 +00:00
Jeff Kowalczyk
0db9e88af1 Accepting request 1174073 from home:ph03nix
- Update to version 3.76.0:
  * 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)
  * Add webhook source protos (#2789)
  * fix(deps): update module golang.org/x/net to v0.25.0 (#2792)
  * Use custom fp logic for private keys (#2793)
  * fix(deps): update module google.golang.org/protobuf to v1.34.1 (#2790)
  * fix(deps): update module golang.org/x/text to v0.15.0 (#2786)
  * fix(deps): update module golang.org/x/oauth2 to v0.20.0 (#2785)
  * fix(deps): update module github.com/charmbracelet/bubbletea to v0.26.1 (#2777)
  * fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.4 (#2781)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.52.2 (#2776)
  * fix(deps): update module cloud.google.com/go/secretmanager to v1.13.0 (#2775)
  * set default buffer size to 64 (#2778)
  * Update result's extra data for Slack (#2779)
  * fix for infinite recursion in Postman var sub (#2780)
  * Update rabbitmq.go regex detect amqps protocol (#2609)
  * adds build version to finished scanning log (#2773)
  * update imports (#2772)
  * fix(deps): update module google.golang.org/api to v0.177.0 (#2770)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.32 (#2769)
  * Detector-Competition-Fix - fixed the alchemy detector regex (#1821)
  * Detector-Fix: Reintroduce Cloudflareglobalapikey (#2101)
  * Expose detector-specific false positive logic (#2743)
  * fixed calendly api key (#2368)
  * [bug] - Improve BufferedFileReader Close Behavior (#2768)
  * fix(deps): update module google.golang.org/protobuf to v1.34.0 (#2766)
  * [feat] - Add ReadFrom method to BufferedFileWriter (#2759)
  * [feat] - buffered file reader (#2731)
  * test(git): change length of chunks (#2767)
  * [chore] Add some happy path logs to GitLab (#2765)
  * Update ignore extensions (#2764)
  * Correclty set metrics for enumerated orgs (#2757)
  * feat(git): scan commit metadata (#2754)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.31 (#2763)
  * ignore pbix and vsdx files (#2762)
  * pkg: fix function names in comment (#2761)
  * [chore] - add additional binary extension (#2760)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.30 (#2756)
  * update integration logos (#2752)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.29 (#2751)
  * [bug] - Fix the metric for buffered file writer writes (#2750)
  * [bug] - fix buffer size metric (#2749)
  * [chore] Remove broken test (#2748)
  * [refactor] - lazy buffer retrieval (#2745)
  * [chore] - update buffered file writer metric (#2740)
  * [bug] - Refactor newDiff constructor to avoid double initialization of contentWriter (#2742)
  * Revert "feat(git): scan commit metadata (#2713)" (#2747)
  * Fix SQL Server detector tests (#2716)
  * feat(git): scan commit metadata (#2713)
  * chore(deps): update golangci/golangci-lint-action action to v5 (#2744)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.28 (#2741)
  * update buffer metrics (#2737)
  * [bug] - Correctly return the checked out buffer to the pool (#2732)
  * fix(deps): update module google.golang.org/api to v0.176.1 (#2736)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.27 (#2735)
  * Make connection issues less jarring (#2730)
  * [bug] - Fix disk write metric and update BufferedFileWriter file field (#2733)
  * Add false positive info to proto (#2729)
  * [refactor] - Update Write method signature in contentWriter interface (#2721)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.26 (#2728)
  * Move detectors.IsKnownFalsePositive from the detectors and into the engine (#2643)
  * fix(deps): update module google.golang.org/api to v0.176.0 (#2726)
  * added onfleet api key detector (#2375)
  * fix(deps): update module google.golang.org/api to v0.175.0 (#2724)
  * fix(deps): update module github.com/microsoft/go-mssqldb to v1.7.1 (#2720)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.25 (#2723)
  * Detect Slack workflows webhook (#2569)
  * fix(deps): update module github.com/couchbase/gocb/v2 to v2.8.1 (#2714)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.103.0 (#2715)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.24 (#2717)
  * fix(deps): update module google.golang.org/api to v0.174.0 (#2712)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.23 (#2711)
  * fix(deps): update module google.golang.org/api to v0.173.0 (#2709)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.22 (#2708)
  * fix(deps): update module github.com/go-ldap/ldap/v3 to v3.4.8 (#2707)
  * fix(deps): update golang.org/x/exp digest to fe59bbe (#2706)
  * fix(deps): update module go.mongodb.org/mongo-driver to v1.15.0 (#2700)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.21 (#2699)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.20 (#2698)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v7 to v7.4.0 (#2697)
  * Adding Pagarme API key detection (#2665)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.19 (#2694)
  * chore(deps): update sigstore/cosign-installer action to v3.5.0 (#2695)
  * [refactor] - template detector (#2692)
  * Remove unnecessary space in Vultr regex pattern (#2689)

OBS-URL: https://build.opensuse.org/request/show/1174073
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=95
2024-05-14 20:25:13 +00:00
Dominique Leuenberger
28c4c5da04 Accepting request 1172453 from devel:languages:go
- Update to version 3.75.1:
  * Add webhook source protos (#2789)
  * fix(deps): update module golang.org/x/net to v0.25.0 (#2792)
  * Use custom fp logic for private keys (#2793)
  * fix(deps): update module google.golang.org/protobuf to v1.34.1 (#2790) (forwarded request 1172328 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1172453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=32
2024-05-07 16:05:14 +00:00
Jeff Kowalczyk
128772b5ca Accepting request 1172328 from home:ph03nix
- Update to version 3.75.1:
  * Add webhook source protos (#2789)
  * fix(deps): update module golang.org/x/net to v0.25.0 (#2792)
  * Use custom fp logic for private keys (#2793)
  * fix(deps): update module google.golang.org/protobuf to v1.34.1 (#2790)

OBS-URL: https://build.opensuse.org/request/show/1172328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=93
2024-05-07 13:32:23 +00:00
Ana Guerrero
99b2d305da Accepting request 1172179 from devel:languages:go
- Update to version 3.75.0:
  * fix(deps): update module golang.org/x/text to v0.15.0 (#2786)
  * fix(deps): update module golang.org/x/oauth2 to v0.20.0 (#2785)
  * fix(deps): update module github.com/charmbracelet/bubbletea to v0.26.1 (#2777)
  * fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.4 (#2781)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.52.2 (#2776)
  * fix(deps): update module cloud.google.com/go/secretmanager to v1.13.0 (#2775)
  * set default buffer size to 64 (#2778)
  * Update result's extra data for Slack (#2779)
  * fix for infinite recursion in Postman var sub (#2780)
  * Update rabbitmq.go regex detect amqps protocol (#2609)
  * adds build version to finished scanning log (#2773)
  * update imports (#2772)
  * fix(deps): update module google.golang.org/api to v0.177.0 (#2770)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.32 (#2769)
  * Detector-Competition-Fix - fixed the alchemy detector regex (#1821)
  * Detector-Fix: Reintroduce Cloudflareglobalapikey (#2101)
  * Expose detector-specific false positive logic (#2743)
  * fixed calendly api key (#2368)
  * [bug] - Improve BufferedFileReader Close Behavior (#2768)
  * fix(deps): update module google.golang.org/protobuf to v1.34.0 (#2766)
  * [feat] - Add ReadFrom method to BufferedFileWriter (#2759)
  * [feat] - buffered file reader (#2731)
  * test(git): change length of chunks (#2767)
  * [chore] Add some happy path logs to GitLab (#2765)
  * Update ignore extensions (#2764)
  * Correclty set metrics for enumerated orgs (#2757)
  * feat(git): scan commit metadata (#2754)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.31 (#2763)
  * ignore pbix and vsdx files (#2762) (forwarded request 1172166 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1172179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=31
2024-05-06 15:55:32 +00:00
Jeff Kowalczyk
cc03d43851 Accepting request 1172166 from home:ph03nix
- Update to version 3.75.0:
  * fix(deps): update module golang.org/x/text to v0.15.0 (#2786)
  * fix(deps): update module golang.org/x/oauth2 to v0.20.0 (#2785)
  * fix(deps): update module github.com/charmbracelet/bubbletea to v0.26.1 (#2777)
  * fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.4 (#2781)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.52.2 (#2776)
  * fix(deps): update module cloud.google.com/go/secretmanager to v1.13.0 (#2775)
  * set default buffer size to 64 (#2778)
  * Update result's extra data for Slack (#2779)
  * fix for infinite recursion in Postman var sub (#2780)
  * Update rabbitmq.go regex detect amqps protocol (#2609)
  * adds build version to finished scanning log (#2773)
  * update imports (#2772)
  * fix(deps): update module google.golang.org/api to v0.177.0 (#2770)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.32 (#2769)
  * Detector-Competition-Fix - fixed the alchemy detector regex (#1821)
  * Detector-Fix: Reintroduce Cloudflareglobalapikey (#2101)
  * Expose detector-specific false positive logic (#2743)
  * fixed calendly api key (#2368)
  * [bug] - Improve BufferedFileReader Close Behavior (#2768)
  * fix(deps): update module google.golang.org/protobuf to v1.34.0 (#2766)
  * [feat] - Add ReadFrom method to BufferedFileWriter (#2759)
  * [feat] - buffered file reader (#2731)
  * test(git): change length of chunks (#2767)
  * [chore] Add some happy path logs to GitLab (#2765)
  * Update ignore extensions (#2764)
  * Correclty set metrics for enumerated orgs (#2757)
  * feat(git): scan commit metadata (#2754)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.31 (#2763)
  * ignore pbix and vsdx files (#2762)

OBS-URL: https://build.opensuse.org/request/show/1172166
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=91
2024-05-06 13:24:22 +00:00
Ana Guerrero
d7ce5281d8 Accepting request 1170017 from devel:languages:go
- Update to version 3.74.0:
  * [bug] - Correctly return the checked out buffer to the pool (#2732)
  * fix(deps): update module google.golang.org/api to v0.176.1 (#2736)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.27 (#2735)
  * Make connection issues less jarring (#2730)
  * [bug] - Fix disk write metric and update BufferedFileWriter file field (#2733)
  * Add false positive info to proto (#2729)
  * [refactor] - Update Write method signature in contentWriter interface (#2721)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.26 (#2728)
  * Move detectors.IsKnownFalsePositive from the detectors and into the engine (#2643)
  * fix(deps): update module google.golang.org/api to v0.176.0 (#2726)
  * added onfleet api key detector (#2375)
  * fix(deps): update module google.golang.org/api to v0.175.0 (#2724)
  * fix(deps): update module github.com/microsoft/go-mssqldb to v1.7.1 (#2720)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.25 (#2723)
  * Detect Slack workflows webhook (#2569)
  * fix(deps): update module github.com/couchbase/gocb/v2 to v2.8.1 (#2714)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.103.0 (#2715)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.24 (#2717)
  * fix(deps): update module google.golang.org/api to v0.174.0 (#2712)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.23 (#2711)
  * fix(deps): update module google.golang.org/api to v0.173.0 (#2709)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.22 (#2708)
  * fix(deps): update module github.com/go-ldap/ldap/v3 to v3.4.8 (#2707)
  * fix(deps): update golang.org/x/exp digest to fe59bbe (#2706)
  * fix(deps): update module go.mongodb.org/mongo-driver to v1.15.0 (#2700)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.21 (#2699)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.20 (#2698)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v7 to v7.4.0 (#2697)
  * Adding Pagarme API key detection (#2665)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.19 (#2694)
  * chore(deps): update sigstore/cosign-installer action to v3.5.0 (#2695)
  * [refactor] - template detector (#2692)
  * Remove unnecessary space in Vultr regex pattern (#2689)
  * Add Wiz detector (#2691)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.18 (#2690)
  * fix(deps): update golang.org/x/exp digest to 93d18d7 (#2688)
  * Update README.md with Windows-specific Docker installation instructions (#2674)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.17 (#2686)
  * fix(deps): update module github.com/go-ldap/ldap/v3 to v3.4.7 (#2684)
  * fix(deps): update testcontainers-go monorepo to v0.30.0 (#2685)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.102.0 (#2682)
  * Enrich Gitlab enumeration logging (#2678)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.16 (#2680)
  * fix(deps): update golang.org/x/exp digest to c0f41cb (#2672)
  * fix(deps): update module github.com/wasilibs/go-re2 to v1.5.2 (#2681)
  * fix(deps): update module github.com/thezeroslave/zapsentry to v1.23.0 (#2667)
  * fix(deps): update module golang.org/x/net to v0.24.0 (#2662)
  * Handle inactive Slack account tokens (#2668)
  * [bug] - Add ASCII validation check for base64 decoding (#2671)
  * fix(deps): update module golang.org/x/oauth2 to v0.19.0 (#2670)
  * chore: fix some typos (#2666)
  * [chore] - update go-github dep manually (#2664)
  * fix(deps): update module github.com/google/go-github/v57 to v61 (#2652)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v7 to v7.3.0 (#2660)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.14 (#2659)
  * upgrade launchdarkly dep (#2650)
  * chore: remove duplicate jiratoken.v2 detector (#2657)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.13 (#2655)
  * fix(deps): update module github.com/thezeroslave/zapsentry to v1.22.1 (#2654)
  * Add GitLab CI Pipeline Example in Documentation (#2601)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.12 (#2651)
  * add GCP application default credentials detector (#2530)
  * fix(deps): update module github.com/go-git/go-git/v5 to v5.12.0 (#2649)
  * fix(deps): update module github.com/thezeroslave/zapsentry to v1.22.0 (#2648)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.11 (#2646)
  * Add JupiterOne detector (#2446)
  * fix(deps): update module cloud.google.com/go/storage to v1.40.0 (#2645)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v6.2.0 (#2638)
  * Fix GitHub enumeration & rate-limiting logic (#2625)
  * build: fix 'toolchair not available' error (#2642)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.10 (#2636)
  * make postman source public (#2635)
  * fix(deps): update module google.golang.org/api to v0.172.0 (#2634)
  * Fixing nitro check (#2631)
  * Link to GitHub contribution guide in CONTRIBUTING (#2632) (forwarded request 1169980 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1170017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=30
2024-04-25 18:48:38 +00:00
Jeff Kowalczyk
b77d6db067 Accepting request 1169980 from home:ph03nix
- Update to version 3.74.0:
  * [bug] - Correctly return the checked out buffer to the pool (#2732)
  * fix(deps): update module google.golang.org/api to v0.176.1 (#2736)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.27 (#2735)
  * Make connection issues less jarring (#2730)
  * [bug] - Fix disk write metric and update BufferedFileWriter file field (#2733)
  * Add false positive info to proto (#2729)
  * [refactor] - Update Write method signature in contentWriter interface (#2721)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.26 (#2728)
  * Move detectors.IsKnownFalsePositive from the detectors and into the engine (#2643)
  * fix(deps): update module google.golang.org/api to v0.176.0 (#2726)
  * added onfleet api key detector (#2375)
  * fix(deps): update module google.golang.org/api to v0.175.0 (#2724)
  * fix(deps): update module github.com/microsoft/go-mssqldb to v1.7.1 (#2720)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.25 (#2723)
  * Detect Slack workflows webhook (#2569)
  * fix(deps): update module github.com/couchbase/gocb/v2 to v2.8.1 (#2714)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.103.0 (#2715)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.24 (#2717)
  * fix(deps): update module google.golang.org/api to v0.174.0 (#2712)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.23 (#2711)
  * fix(deps): update module google.golang.org/api to v0.173.0 (#2709)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.22 (#2708)
  * fix(deps): update module github.com/go-ldap/ldap/v3 to v3.4.8 (#2707)
  * fix(deps): update golang.org/x/exp digest to fe59bbe (#2706)
  * fix(deps): update module go.mongodb.org/mongo-driver to v1.15.0 (#2700)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.21 (#2699)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.20 (#2698)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v7 to v7.4.0 (#2697)
  * Adding Pagarme API key detection (#2665)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.19 (#2694)
  * chore(deps): update sigstore/cosign-installer action to v3.5.0 (#2695)
  * [refactor] - template detector (#2692)
  * Remove unnecessary space in Vultr regex pattern (#2689)
  * Add Wiz detector (#2691)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.18 (#2690)
  * fix(deps): update golang.org/x/exp digest to 93d18d7 (#2688)
  * Update README.md with Windows-specific Docker installation instructions (#2674)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.17 (#2686)
  * fix(deps): update module github.com/go-ldap/ldap/v3 to v3.4.7 (#2684)
  * fix(deps): update testcontainers-go monorepo to v0.30.0 (#2685)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.102.0 (#2682)
  * Enrich Gitlab enumeration logging (#2678)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.16 (#2680)
  * fix(deps): update golang.org/x/exp digest to c0f41cb (#2672)
  * fix(deps): update module github.com/wasilibs/go-re2 to v1.5.2 (#2681)
  * fix(deps): update module github.com/thezeroslave/zapsentry to v1.23.0 (#2667)
  * fix(deps): update module golang.org/x/net to v0.24.0 (#2662)
  * Handle inactive Slack account tokens (#2668)
  * [bug] - Add ASCII validation check for base64 decoding (#2671)
  * fix(deps): update module golang.org/x/oauth2 to v0.19.0 (#2670)
  * chore: fix some typos (#2666)
  * [chore] - update go-github dep manually (#2664)
  * fix(deps): update module github.com/google/go-github/v57 to v61 (#2652)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v7 to v7.3.0 (#2660)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.14 (#2659)
  * upgrade launchdarkly dep (#2650)
  * chore: remove duplicate jiratoken.v2 detector (#2657)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.13 (#2655)
  * fix(deps): update module github.com/thezeroslave/zapsentry to v1.22.1 (#2654)
  * Add GitLab CI Pipeline Example in Documentation (#2601)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.12 (#2651)
  * add GCP application default credentials detector (#2530)
  * fix(deps): update module github.com/go-git/go-git/v5 to v5.12.0 (#2649)
  * fix(deps): update module github.com/thezeroslave/zapsentry to v1.22.0 (#2648)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.11 (#2646)
  * Add JupiterOne detector (#2446)
  * fix(deps): update module cloud.google.com/go/storage to v1.40.0 (#2645)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v6.2.0 (#2638)
  * Fix GitHub enumeration & rate-limiting logic (#2625)
  * build: fix 'toolchair not available' error (#2642)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.10 (#2636)
  * make postman source public (#2635)
  * fix(deps): update module google.golang.org/api to v0.172.0 (#2634)
  * Fixing nitro check (#2631)
  * Link to GitHub contribution guide in CONTRIBUTING (#2632)

OBS-URL: https://build.opensuse.org/request/show/1169980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=89
2024-04-24 11:58:27 +00:00
Ana Guerrero
0d0345e107 Accepting request 1166712 from devel:languages:go
- Update to version 3.73.0:
  * Add Wiz detector (#2691)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.18 (#2690)
  * fix(deps): update golang.org/x/exp digest to 93d18d7 (#2688)
  * Update README.md with Windows-specific Docker installation instructions (#2674)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.17 (#2686)
  * fix(deps): update module github.com/go-ldap/ldap/v3 to v3.4.7 (#2684)
  * fix(deps): update testcontainers-go monorepo to v0.30.0 (#2685)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.102.0 (#2682)
  * Enrich Gitlab enumeration logging (#2678)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.16 (#2680)
  * fix(deps): update golang.org/x/exp digest to c0f41cb (#2672)
  * fix(deps): update module github.com/wasilibs/go-re2 to v1.5.2 (#2681)
  * fix(deps): update module github.com/thezeroslave/zapsentry to v1.23.0 (#2667)
  * fix(deps): update module golang.org/x/net to v0.24.0 (#2662)
  * Handle inactive Slack account tokens (#2668)
  * [bug] - Add ASCII validation check for base64 decoding (#2671)
  * fix(deps): update module golang.org/x/oauth2 to v0.19.0 (#2670)
  * chore: fix some typos (#2666)
  * [chore] - update go-github dep manually (#2664)
  * fix(deps): update module github.com/google/go-github/v57 to v61 (#2652)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v7 to v7.3.0 (#2660)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.14 (#2659)
  * upgrade launchdarkly dep (#2650)
  * chore: remove duplicate jiratoken.v2 detector (#2657)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.13 (#2655)
  * fix(deps): update module github.com/thezeroslave/zapsentry to v1.22.1 (#2654)
  * Add GitLab CI Pipeline Example in Documentation (#2601)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.12 (#2651)
  * add GCP application default credentials detector (#2530)
  * fix(deps): update module github.com/go-git/go-git/v5 to v5.12.0 (#2649)
  * fix(deps): update module github.com/thezeroslave/zapsentry to v1.22.0 (#2648)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.11 (#2646)
  * Add JupiterOne detector (#2446)
  * fix(deps): update module cloud.google.com/go/storage to v1.40.0 (#2645)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v6.2.0 (#2638)
  * Fix GitHub enumeration & rate-limiting logic (#2625)
  * build: fix 'toolchair not available' error (#2642)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.10 (#2636) (forwarded request 1166709 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1166712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=29
2024-04-11 17:41:01 +00:00
Jeff Kowalczyk
e75b0212c8 Accepting request 1166709 from home:ph03nix
- Update to version 3.73.0:
  * Add Wiz detector (#2691)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.18 (#2690)
  * fix(deps): update golang.org/x/exp digest to 93d18d7 (#2688)
  * Update README.md with Windows-specific Docker installation instructions (#2674)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.17 (#2686)
  * fix(deps): update module github.com/go-ldap/ldap/v3 to v3.4.7 (#2684)
  * fix(deps): update testcontainers-go monorepo to v0.30.0 (#2685)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.102.0 (#2682)
  * Enrich Gitlab enumeration logging (#2678)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.16 (#2680)
  * fix(deps): update golang.org/x/exp digest to c0f41cb (#2672)
  * fix(deps): update module github.com/wasilibs/go-re2 to v1.5.2 (#2681)
  * fix(deps): update module github.com/thezeroslave/zapsentry to v1.23.0 (#2667)
  * fix(deps): update module golang.org/x/net to v0.24.0 (#2662)
  * Handle inactive Slack account tokens (#2668)
  * [bug] - Add ASCII validation check for base64 decoding (#2671)
  * fix(deps): update module golang.org/x/oauth2 to v0.19.0 (#2670)
  * chore: fix some typos (#2666)
  * [chore] - update go-github dep manually (#2664)
  * fix(deps): update module github.com/google/go-github/v57 to v61 (#2652)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v7 to v7.3.0 (#2660)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.14 (#2659)
  * upgrade launchdarkly dep (#2650)
  * chore: remove duplicate jiratoken.v2 detector (#2657)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.13 (#2655)
  * fix(deps): update module github.com/thezeroslave/zapsentry to v1.22.1 (#2654)
  * Add GitLab CI Pipeline Example in Documentation (#2601)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.12 (#2651)
  * add GCP application default credentials detector (#2530)
  * fix(deps): update module github.com/go-git/go-git/v5 to v5.12.0 (#2649)
  * fix(deps): update module github.com/thezeroslave/zapsentry to v1.22.0 (#2648)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.11 (#2646)
  * Add JupiterOne detector (#2446)
  * fix(deps): update module cloud.google.com/go/storage to v1.40.0 (#2645)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v6.2.0 (#2638)
  * Fix GitHub enumeration & rate-limiting logic (#2625)
  * build: fix 'toolchair not available' error (#2642)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.10 (#2636)

OBS-URL: https://build.opensuse.org/request/show/1166709
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=87
2024-04-10 19:39:39 +00:00
Ana Guerrero
e50affd52d Accepting request 1163397 from devel:languages:go
- Update to version 3.72.0:
  * make postman source public (#2635)
  * fix(deps): update module google.golang.org/api to v0.172.0 (#2634)
  * Fixing nitro check (#2631)
  * Link to GitHub contribution guide in CONTRIBUTING (#2632)
  * Use Lstat to identify non-regular files in filesystem source (#2628)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.8 (#2630)
  * [bugfix] - Update the Anthropic detector (#2629)
  * fix(deps): update module github.com/charmbracelet/glamour to v0.7.0 (#2627)
  * fix(deps): update module github.com/go-sql-driver/mysql to v1.8.1 (#2626)
  * Fix incorrect regular expression with missing closing bracket (#2616) (forwarded request 1163396 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1163397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=28
2024-03-29 12:10:18 +00:00
Jeff Kowalczyk
7af78b16c6 Accepting request 1163396 from home:ph03nix
- Update to version 3.72.0:
  * make postman source public (#2635)
  * fix(deps): update module google.golang.org/api to v0.172.0 (#2634)
  * Fixing nitro check (#2631)
  * Link to GitHub contribution guide in CONTRIBUTING (#2632)
  * Use Lstat to identify non-regular files in filesystem source (#2628)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.8 (#2630)
  * [bugfix] - Update the Anthropic detector (#2629)
  * fix(deps): update module github.com/charmbracelet/glamour to v0.7.0 (#2627)
  * fix(deps): update module github.com/go-sql-driver/mysql to v1.8.1 (#2626)
  * Fix incorrect regular expression with missing closing bracket (#2616)

OBS-URL: https://build.opensuse.org/request/show/1163396
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=85
2024-03-28 21:06:04 +00:00
Ana Guerrero
8c74ca4e17 Accepting request 1162876 from devel:languages:go
- Update to version 3.71.1:
  * Use Lstat to identify non-regular files in filesystem source (#2628)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.8 (#2630)
  * [bugfix] - Update the Anthropic detector (#2629)
  * fix(deps): update module github.com/charmbracelet/glamour to v0.7.0 (#2627)
  * fix(deps): update module github.com/go-sql-driver/mysql to v1.8.1 (#2626)
  * Fix incorrect regular expression with missing closing bracket (#2616)
  * fix(deps): update golang.org/x/exp digest to a685a6e (#2621)
  * [chore] - upgrade dep (#2618)
  * Fix additional GitHub test errors #2614
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.7 (#2623)
- Update to version 3.71.0:
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.6 (#2615)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.101.0 (#2617)
  * fix(github): resolve panic & test failures (#2608)
  * Dockerhub v2 detector (#2361)
  * fix(deps): update module github.com/brianvoe/gofakeit/v6 to v7 (#2612)
  * Update Snyk detector (#2559)
  * MaxMind detector uses the right endpoint (#2577)
  * feat(gitparse): avoid uneeded calls to strconv.Unquote (#2605)
  * fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.10.0 (#2607)
  * fix(deps): update module google.golang.org/api to v0.171.0 (#2611)
  * fix(deps): update module github.com/brianvoe/gofakeit/v6 to v7 (#2524)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v7 (#2590)
  * Use go 1.22 (#2599)
  * Refactor GitHub source (#2379)
  * Bump github.com/docker/docker (#2603)
  * [chore] Fix potential resource leak in postman source (#2606)
  * strings contain keyword check, add collection name to keywords (#2602)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.4 (#2604)
  * Postman Source (#2579) (forwarded request 1162849 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1162876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=27
2024-03-27 19:43:05 +00:00
Jeff Kowalczyk
03a5db302c Accepting request 1162849 from home:ph03nix
- Update to version 3.71.1:
  * Use Lstat to identify non-regular files in filesystem source (#2628)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.8 (#2630)
  * [bugfix] - Update the Anthropic detector (#2629)
  * fix(deps): update module github.com/charmbracelet/glamour to v0.7.0 (#2627)
  * fix(deps): update module github.com/go-sql-driver/mysql to v1.8.1 (#2626)
  * Fix incorrect regular expression with missing closing bracket (#2616)
  * fix(deps): update golang.org/x/exp digest to a685a6e (#2621)
  * [chore] - upgrade dep (#2618)
  * Fix additional GitHub test errors #2614
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.7 (#2623)
- Update to version 3.71.0:
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.6 (#2615)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.101.0 (#2617)
  * fix(github): resolve panic & test failures (#2608)
  * Dockerhub v2 detector (#2361)
  * fix(deps): update module github.com/brianvoe/gofakeit/v6 to v7 (#2612)
  * Update Snyk detector (#2559)
  * MaxMind detector uses the right endpoint (#2577)
  * feat(gitparse): avoid uneeded calls to strconv.Unquote (#2605)
  * fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.10.0 (#2607)
  * fix(deps): update module google.golang.org/api to v0.171.0 (#2611)
  * fix(deps): update module github.com/brianvoe/gofakeit/v6 to v7 (#2524)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v7 (#2590)
  * Use go 1.22 (#2599)
  * Refactor GitHub source (#2379)
  * Bump github.com/docker/docker (#2603)
  * [chore] Fix potential resource leak in postman source (#2606)
  * strings contain keyword check, add collection name to keywords (#2602)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.4 (#2604)
  * Postman Source (#2579)

OBS-URL: https://build.opensuse.org/request/show/1162849
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=83
2024-03-27 12:01:09 +00:00
Ana Guerrero
7d9609be96 Accepting request 1159936 from devel:languages:go
- Update to version 3.70.3:
  * fix(deps): update module github.com/wasilibs/go-re2 to v1.5.1 (#2596) (forwarded request 1159879 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1159936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=26
2024-03-21 16:00:37 +00:00
Jeff Kowalczyk
ec8e8244b4 Accepting request 1159879 from home:ph03nix
- Update to version 3.70.3:
  * fix(deps): update module github.com/wasilibs/go-re2 to v1.5.1 (#2596)

OBS-URL: https://build.opensuse.org/request/show/1159879
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=81
2024-03-21 00:28:27 +00:00
Dominique Leuenberger
ba7052c462 Accepting request 1159878 from devel:languages:go
- Update to version 3.70.2:
  * fix(deps): update module cloud.google.com/go/secretmanager to v1.12.0 (#2595)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.3 (#2594)
  * fix(git): decode unicode paths (#2585)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.2 (#2593)
  * fix(deps): update golang.org/x/exp digest to a85f2c6 (#2592)
  * [chore] Replace "Trufflehog" with "TruffleHog" (#2584)
  * fix(deps): update module github.com/wasilibs/go-re2 to v1.5.0 (#2591)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.1 (#2588)
  * fix(deps): update module google.golang.org/api to v0.170.0 (#2589)
  * fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.3 (#2587)
  * fix(deps): update module github.com/google/go-containerregistry to v0.19.1 (#2586)
  * fix(deps): update module cloud.google.com/go/secretmanager to v1.11.6 (#2578)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v7 to v7.1.1 (#2576)
  * fix(github): response can be nil (#2583)
  * fix(cli): properly parse --results (#2582)
  * pull out verification logic from github detectors (#2554)
  * Add `--results` flag (#2372)
  * fix(deps): update golang.org/x/exp digest to c7f7c64 (#2575)
  * fix(deps): update module github.com/couchbase/gocb/v2 to v2.8.0 (#2573)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.38 (#2572)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.100.0 (#2567)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v7 (#2568)
  * [chore] -  Record metrics before reset (#2556)
  * Fix flaky test. (#2564)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.36 (#2566)
  * fix(deps): update module cloud.google.com/go/storage to v1.39.1 (#2565)
  * fix(deps): update module github.com/go-sql-driver/mysql to v1.8.0 (#2561)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.35 (#2560)
  * fix(deps): update module github.com/google/go-github/v57 to v60 (#2551) (forwarded request 1159800 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1159878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=25
2024-03-20 20:18:48 +00:00
Jeff Kowalczyk
11946eeac5 Accepting request 1159800 from home:ph03nix
- Update to version 3.70.2:
  * fix(deps): update module cloud.google.com/go/secretmanager to v1.12.0 (#2595)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.3 (#2594)
  * fix(git): decode unicode paths (#2585)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.2 (#2593)
  * fix(deps): update golang.org/x/exp digest to a85f2c6 (#2592)
  * [chore] Replace "Trufflehog" with "TruffleHog" (#2584)
  * fix(deps): update module github.com/wasilibs/go-re2 to v1.5.0 (#2591)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.51.1 (#2588)
  * fix(deps): update module google.golang.org/api to v0.170.0 (#2589)
  * fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.3 (#2587)
  * fix(deps): update module github.com/google/go-containerregistry to v0.19.1 (#2586)
  * fix(deps): update module cloud.google.com/go/secretmanager to v1.11.6 (#2578)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v7 to v7.1.1 (#2576)
  * fix(github): response can be nil (#2583)
  * fix(cli): properly parse --results (#2582)
  * pull out verification logic from github detectors (#2554)
  * Add `--results` flag (#2372)
  * fix(deps): update golang.org/x/exp digest to c7f7c64 (#2575)
  * fix(deps): update module github.com/couchbase/gocb/v2 to v2.8.0 (#2573)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.38 (#2572)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.100.0 (#2567)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v7 (#2568)
  * [chore] -  Record metrics before reset (#2556)
  * Fix flaky test. (#2564)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.36 (#2566)
  * fix(deps): update module cloud.google.com/go/storage to v1.39.1 (#2565)
  * fix(deps): update module github.com/go-sql-driver/mysql to v1.8.0 (#2561)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.35 (#2560)
  * fix(deps): update module github.com/google/go-github/v57 to v60 (#2551)

OBS-URL: https://build.opensuse.org/request/show/1159800
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=79
2024-03-20 14:57:58 +00:00
Ana Guerrero
6356d73d79 Accepting request 1158511 from devel:languages:go
- Update to version 3.70.1
  * pull out verification logic from github detectors (#2554)
  * Fix --results not behaving as expected (#2582)
  * Fix GitHub detector npe (#2583)

- Update to version 3.70.0:
  * fix(github): response can be nil (#2583)
  * fix(cli): properly parse --results (#2582)
  * pull out verification logic from github detectors (#2554)
  * Add `--results` flag (#2372)
  * fix(deps): update golang.org/x/exp digest to c7f7c64 (#2575)
  * fix(deps): update module github.com/couchbase/gocb/v2 to v2.8.0 (#2573)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.38 (#2572)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.100.0 (#2567)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v7 (#2568)
  * [chore] -  Record metrics before reset (#2556)
  * Fix flaky test. (#2564)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.36 (#2566)
  * fix(deps): update module cloud.google.com/go/storage to v1.39.1 (#2565) (forwarded request 1158392 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1158511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=24
2024-03-17 21:15:29 +00:00
Jeff Kowalczyk
a01570fb37 Accepting request 1158392 from home:ph03nix
- Update to version 3.70.1
  * pull out verification logic from github detectors (#2554)
  * Fix --results not behaving as expected (#2582)
  * Fix GitHub detector npe (#2583)

- Update to version 3.70.0:
  * fix(github): response can be nil (#2583)
  * fix(cli): properly parse --results (#2582)
  * pull out verification logic from github detectors (#2554)
  * Add `--results` flag (#2372)
  * fix(deps): update golang.org/x/exp digest to c7f7c64 (#2575)
  * fix(deps): update module github.com/couchbase/gocb/v2 to v2.8.0 (#2573)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.38 (#2572)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.100.0 (#2567)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v7 (#2568)
  * [chore] -  Record metrics before reset (#2556)
  * Fix flaky test. (#2564)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.36 (#2566)
  * fix(deps): update module cloud.google.com/go/storage to v1.39.1 (#2565)

OBS-URL: https://build.opensuse.org/request/show/1158392
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=77
2024-03-16 14:48:10 +00:00
Ana Guerrero
bfbcd082c0 Accepting request 1156771 from devel:languages:go
- Update to version 3.69.0:
  * fix(deps): update module github.com/go-sql-driver/mysql to v1.8.0 (#2561)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.35 (#2560)
  * fix(deps): update module github.com/google/go-github/v57 to v60 (#2551)
  * use custom grow method (#2555)
  * fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#2550)
  * fix(deps): update module google.golang.org/protobuf to v1.33.0 (#2548)
  * fix(deps): update testcontainers-go monorepo to v0.29.1 (#2549)
  * Canary verification (#2531)
  * fix(deps): update module google.golang.org/api to v0.169.0 (#2547)
  * fix(deps): update module golang.org/x/oauth2 to v0.18.0 (#2546) (forwarded request 1156696 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1156771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=23
2024-03-11 14:32:22 +00:00
Jeff Kowalczyk
0ceb6387e9 Accepting request 1156696 from home:ph03nix
- Update to version 3.69.0:
  * fix(deps): update module github.com/go-sql-driver/mysql to v1.8.0 (#2561)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.35 (#2560)
  * fix(deps): update module github.com/google/go-github/v57 to v60 (#2551)
  * use custom grow method (#2555)
  * fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#2550)
  * fix(deps): update module google.golang.org/protobuf to v1.33.0 (#2548)
  * fix(deps): update testcontainers-go monorepo to v0.29.1 (#2549)
  * Canary verification (#2531)
  * fix(deps): update module google.golang.org/api to v0.169.0 (#2547)
  * fix(deps): update module golang.org/x/oauth2 to v0.18.0 (#2546)

OBS-URL: https://build.opensuse.org/request/show/1156696
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=75
2024-03-10 20:47:08 +00:00
Dominique Leuenberger
79f0d5521f Accepting request 1155887 from devel:languages:go
- Update to version 3.68.5:
  * DB is not needed for ping command (#2540)
  * Redact secret in git command output (#2539)
  * Add naive S3 ignorelist (#2536)
  * fix(deps): update module github.com/stretchr/testify to v1.9.0 (#2534)
  * fix(deps): update module cloud.google.com/go/storage to v1.39.0 (#2533)
  * fix(deps): update module github.com/felixge/fgprof to v0.9.4 (#2532)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.30 (#2529)
  * Create basic escaped unicode decoder (#2456)
  * [feat] - Make the client configurable (#2528) (forwarded request 1155851 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1155887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=22
2024-03-07 17:30:49 +00:00
Jeff Kowalczyk
eb55649c89 Accepting request 1155851 from home:ph03nix
- Update to version 3.68.5:
  * DB is not needed for ping command (#2540)
  * Redact secret in git command output (#2539)
  * Add naive S3 ignorelist (#2536)
  * fix(deps): update module github.com/stretchr/testify to v1.9.0 (#2534)
  * fix(deps): update module cloud.google.com/go/storage to v1.39.0 (#2533)
  * fix(deps): update module github.com/felixge/fgprof to v0.9.4 (#2532)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.30 (#2529)
  * Create basic escaped unicode decoder (#2456)
  * [feat] - Make the client configurable (#2528)

OBS-URL: https://build.opensuse.org/request/show/1155851
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=73
2024-03-07 12:00:38 +00:00
Ana Guerrero
6ca2a36a39 Accepting request 1155283 from devel:languages:go
- Update to version 3.68.4:
  * Add naive S3 ignorelist (#2536)
  * fix(deps): update module github.com/stretchr/testify to v1.9.0 (#2534)
  * fix(deps): update module cloud.google.com/go/storage to v1.39.0 (#2533)
  * fix(deps): update module github.com/felixge/fgprof to v0.9.4 (#2532)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.30 (#2529)
  * Create basic escaped unicode decoder (#2456)
  * [feat] - Make the client configurable (#2528)
  * Ignore canary IDs in notifications (#2526)
  * Fix minor typo (#2527)
  * Remove one filter word (#2525)
  * fix(deps): update module golang.org/x/crypto to v0.20.0 (#2523)
  * fix(deps): update module github.com/prometheus/client_golang to v1.19.0 (#2522)
  * fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.2 (#2521)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.28 (#2520)
  * fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#2513)
  * Improve Gitlab default URL handling (#2491)
  * Implement detectors.EndpointCustomizer on datadogtoken (#2510)
  * JDBC test and parsing improvements (#2516)
  * Improve monogo and snowflake detectors (#2518)
  * fix(deps): update module google.golang.org/api to v0.167.0 (#2512)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.98.0 (#2511)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.25 (#2509)
  * fix(deps): update golang.org/x/exp digest to 814bf88 (#2508)
  * fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#2455)
  * fix(deps): update module github.com/google/go-github/v57 to v59 (#2464)
  * fix prefix check when returning early (#2503) (forwarded request 1155212 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1155283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=21
2024-03-05 17:52:31 +00:00
Jeff Kowalczyk
a3c42bf86c Accepting request 1155212 from home:ph03nix
- Update to version 3.68.4:
  * Add naive S3 ignorelist (#2536)
  * fix(deps): update module github.com/stretchr/testify to v1.9.0 (#2534)
  * fix(deps): update module cloud.google.com/go/storage to v1.39.0 (#2533)
  * fix(deps): update module github.com/felixge/fgprof to v0.9.4 (#2532)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.30 (#2529)
  * Create basic escaped unicode decoder (#2456)
  * [feat] - Make the client configurable (#2528)
  * Ignore canary IDs in notifications (#2526)
  * Fix minor typo (#2527)
  * Remove one filter word (#2525)
  * fix(deps): update module golang.org/x/crypto to v0.20.0 (#2523)
  * fix(deps): update module github.com/prometheus/client_golang to v1.19.0 (#2522)
  * fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.2 (#2521)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.28 (#2520)
  * fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#2513)
  * Improve Gitlab default URL handling (#2491)
  * Implement detectors.EndpointCustomizer on datadogtoken (#2510)
  * JDBC test and parsing improvements (#2516)
  * Improve monogo and snowflake detectors (#2518)
  * fix(deps): update module google.golang.org/api to v0.167.0 (#2512)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.98.0 (#2511)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.25 (#2509)
  * fix(deps): update golang.org/x/exp digest to 814bf88 (#2508)
  * fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#2455)
  * fix(deps): update module github.com/google/go-github/v57 to v59 (#2464)
  * fix prefix check when returning early (#2503)

OBS-URL: https://build.opensuse.org/request/show/1155212
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=71
2024-03-05 15:28:58 +00:00
Dominique Leuenberger
ac15363652 Accepting request 1153484 from devel:languages:go
- Update to version 3.68.3:
  * Ignore canary IDs in notifications (#2526)
  * Fix minor typo (#2527)
  * Remove one filter word (#2525)
  * fix(deps): update module golang.org/x/crypto to v0.20.0 (#2523)
  * fix(deps): update module github.com/prometheus/client_golang to v1.19.0 (#2522)
  * fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.2 (#2521)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.28 (#2520)
  * fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#2513)
  * Improve Gitlab default URL handling (#2491)
  * Implement detectors.EndpointCustomizer on datadogtoken (#2510)
  * JDBC test and parsing improvements (#2516)
  * Improve monogo and snowflake detectors (#2518) (forwarded request 1153115 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1153484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=20
2024-02-29 20:52:05 +00:00
Jeff Kowalczyk
28620f38f4 Accepting request 1153115 from home:ph03nix
- Update to version 3.68.3:
  * Ignore canary IDs in notifications (#2526)
  * Fix minor typo (#2527)
  * Remove one filter word (#2525)
  * fix(deps): update module golang.org/x/crypto to v0.20.0 (#2523)
  * fix(deps): update module github.com/prometheus/client_golang to v1.19.0 (#2522)
  * fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.2 (#2521)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.28 (#2520)
  * fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#2513)
  * Improve Gitlab default URL handling (#2491)
  * Implement detectors.EndpointCustomizer on datadogtoken (#2510)
  * JDBC test and parsing improvements (#2516)
  * Improve monogo and snowflake detectors (#2518)

OBS-URL: https://build.opensuse.org/request/show/1153115
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=69
2024-02-29 16:33:06 +00:00
Ana Guerrero
b3c81f8023 Accepting request 1152301 from devel:languages:go
- Update to version 3.68.2:
  * fix(deps): update module google.golang.org/api to v0.167.0 (#2512)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.98.0 (#2511)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.25 (#2509)
  * fix(deps): update golang.org/x/exp digest to 814bf88 (#2508)
  * fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#2455)
  * fix(deps): update module github.com/google/go-github/v57 to v59 (#2464)
  * fix prefix check when returning early (#2503)
  * Clean up some detectors (#2501)
  * Gitlab scan targets (#2470)
  * Tell git to ignore directory ownership (fixes #2495) (#2496) (forwarded request 1152031 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1152301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=19
2024-02-27 21:49:36 +00:00
Jeff Kowalczyk
2b125772e2 Accepting request 1152031 from home:ph03nix
- Update to version 3.68.2:
  * fix(deps): update module google.golang.org/api to v0.167.0 (#2512)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.98.0 (#2511)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.25 (#2509)
  * fix(deps): update golang.org/x/exp digest to 814bf88 (#2508)
  * fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#2455)
  * fix(deps): update module github.com/google/go-github/v57 to v59 (#2464)
  * fix prefix check when returning early (#2503)
  * Clean up some detectors (#2501)
  * Gitlab scan targets (#2470)
  * Tell git to ignore directory ownership (fixes #2495) (#2496)

OBS-URL: https://build.opensuse.org/request/show/1152031
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=67
2024-02-27 13:52:40 +00:00
Ana Guerrero
12d7ebb3ac Accepting request 1150161 from devel:languages:go
- Update to version 3.68.1:
  * Clean up some detectors (#2501)
  * Gitlab scan targets (#2470)
  * Tell git to ignore directory ownership (fixes #2495) (#2496)
  * Identify some canary tokens without detonation (#2500)
  * fix(deps): update module go.uber.org/zap to v1.27.0 (#2498)
  * fix(deps): update module github.com/snowflakedb/gosnowflake to v1.8.0 (#2497)
  * fix(deps): update module github.com/couchbase/gocb/v2 to v2.7.2 (#2493) (forwarded request 1150085 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1150161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=18
2024-02-25 13:07:56 +00:00
Jeff Kowalczyk
9e4e84be8e Accepting request 1150085 from home:ph03nix
- Update to version 3.68.1:
  * Clean up some detectors (#2501)
  * Gitlab scan targets (#2470)
  * Tell git to ignore directory ownership (fixes #2495) (#2496)
  * Identify some canary tokens without detonation (#2500)
  * fix(deps): update module go.uber.org/zap to v1.27.0 (#2498)
  * fix(deps): update module github.com/snowflakedb/gosnowflake to v1.8.0 (#2497)
  * fix(deps): update module github.com/couchbase/gocb/v2 to v2.7.2 (#2493)

OBS-URL: https://build.opensuse.org/request/show/1150085
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=65
2024-02-24 17:34:35 +00:00
Ana Guerrero
beabea29f9 Accepting request 1149580 from devel:languages:go
- Update to version 3.68.0:
  * Identify some canary tokens without detonation (#2500)
  * fix(deps): update module go.uber.org/zap to v1.27.0 (#2498)
  * fix(deps): update module github.com/snowflakedb/gosnowflake to v1.8.0 (#2497)
  * fix(deps): update module github.com/couchbase/gocb/v2 to v2.7.2 (#2493)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.22 (#2492)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v7 (#2490)
  * Add Display method to SourceUnit and Kind member to the CommonSourceUnit (#2450)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.21 (#2489)
  * fix(deps): update module github.com/hashicorp/golang-lru to v2 (#2486)
  * concurrency uint8 to int (#2488)
  * use read full (#2474)
  * [chore] - upgrade lru cache version (#2487)
  * fix(deps): update module github.com/azuread/microsoft-authentication-library-for-go to v1.2.2 (#2484)
  * fix(deps): update module github.com/hashicorp/golang-lru to v2 (#2483)
  * fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 (#2482)
  * fix(deps): update module github.com/hashicorp/golang-lru to v2 (#2481)
  * fix(deps): update module google.golang.org/api to v0.165.0 (#2480)
  * fix(deps): update module go.mongodb.org/mongo-driver to v1.14.0 (#2479)
  * fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 (#2478)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.20 (#2477)
  * fix(deps): update module github.com/hashicorp/golang-lru to v2 (#2462)
  * move clenaup outside the engine (#2475)
  * tighten keyword match (#2473)
  * [chore] Increase TestMaxDiffSize timeout (#2472)
  * add lazy quantifier to prefixregex (#2466)
  * [cleanup] - Extract buffer logic (#2409)
  * update gitlab proto (#2469)
  * add missing prefixregex (#2468)
  * Remove some noisy / less useful detectors (#2467) (forwarded request 1149088 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1149580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=17
2024-02-22 19:58:29 +00:00
Jeff Kowalczyk
60d43a15b2 Accepting request 1149088 from home:ph03nix
- Update to version 3.68.0:
  * Identify some canary tokens without detonation (#2500)
  * fix(deps): update module go.uber.org/zap to v1.27.0 (#2498)
  * fix(deps): update module github.com/snowflakedb/gosnowflake to v1.8.0 (#2497)
  * fix(deps): update module github.com/couchbase/gocb/v2 to v2.7.2 (#2493)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.22 (#2492)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v7 (#2490)
  * Add Display method to SourceUnit and Kind member to the CommonSourceUnit (#2450)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.21 (#2489)
  * fix(deps): update module github.com/hashicorp/golang-lru to v2 (#2486)
  * concurrency uint8 to int (#2488)
  * use read full (#2474)
  * [chore] - upgrade lru cache version (#2487)
  * fix(deps): update module github.com/azuread/microsoft-authentication-library-for-go to v1.2.2 (#2484)
  * fix(deps): update module github.com/hashicorp/golang-lru to v2 (#2483)
  * fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 (#2482)
  * fix(deps): update module github.com/hashicorp/golang-lru to v2 (#2481)
  * fix(deps): update module google.golang.org/api to v0.165.0 (#2480)
  * fix(deps): update module go.mongodb.org/mongo-driver to v1.14.0 (#2479)
  * fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 (#2478)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.20 (#2477)
  * fix(deps): update module github.com/hashicorp/golang-lru to v2 (#2462)
  * move clenaup outside the engine (#2475)
  * tighten keyword match (#2473)
  * [chore] Increase TestMaxDiffSize timeout (#2472)
  * add lazy quantifier to prefixregex (#2466)
  * [cleanup] - Extract buffer logic (#2409)
  * update gitlab proto (#2469)
  * add missing prefixregex (#2468)
  * Remove some noisy / less useful detectors (#2467)

OBS-URL: https://build.opensuse.org/request/show/1149088
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=63
2024-02-22 16:12:27 +00:00
Jeff Kowalczyk
0fc626db4d Accepting request 1148854 from home:ph03nix
- Update to version 3.67.7:
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.22 (#2492)
  * fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v7 (#2490)
  * Add Display method to SourceUnit and Kind member to the CommonSourceUnit (#2450)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.21 (#2489)
  * fix(deps): update module github.com/hashicorp/golang-lru to v2 (#2486)
  * concurrency uint8 to int (#2488)
  * use read full (#2474)
  * [chore] - upgrade lru cache version (#2487)
  * fix(deps): update module github.com/azuread/microsoft-authentication-library-for-go to v1.2.2 (#2484)
  * fix(deps): update module github.com/hashicorp/golang-lru to v2 (#2483)
  * fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 (#2482)
  * fix(deps): update module github.com/hashicorp/golang-lru to v2 (#2481)
  * fix(deps): update module google.golang.org/api to v0.165.0 (#2480)
  * fix(deps): update module go.mongodb.org/mongo-driver to v1.14.0 (#2479)
  * fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 (#2478)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.20 (#2477)
  * fix(deps): update module github.com/hashicorp/golang-lru to v2 (#2462)
  * move clenaup outside the engine (#2475)
  * tighten keyword match (#2473)
  * [chore] Increase TestMaxDiffSize timeout (#2472)
  * add lazy quantifier to prefixregex (#2466)
  * [cleanup] - Extract buffer logic (#2409)
  * update gitlab proto (#2469)
  * add missing prefixregex (#2468)
  * Remove some noisy / less useful detectors (#2467)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.18 (#2463)
  * fix(deps): update module github.com/google/go-github/v57 to v59 (#2449)
  * fix(deps): update module github.com/aymanbagabas/go-osc52 to v1.2.2 (#2460)
  * fix(deps): update module github.com/aymanbagabas/go-osc52 to v2 (#2459)

OBS-URL: https://build.opensuse.org/request/show/1148854
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=62
2024-02-22 03:25:59 +00:00
Ana Guerrero
22527f7522 Accepting request 1146666 from devel:languages:go
- Update to version 3.67.6:
  * [chore] Add some doc comments to source manager (#2434)
  * 2396 since commit stopped working (#2402)
  * Update custom detector example (#2435)
  * chore(deps): update golangci/golangci-lint-action action to v4 (#2445)
  * chore(deps): update github/codeql-action action to v3 (#2444)
  * fix(deps): update module google.golang.org/api to v0.164.0 (#2442)
  * fix(deps): update module golang.org/x/oauth2 to v0.17.0 (#2441)
  * chore(deps): update actions/setup-go action to v5 (#2443)
  * fix(deps): update module golang.org/x/net to v0.21.0 (#2440)
  * fix(deps): update module golang.org/x/crypto to v0.19.0 (#2439)
  * fix(deps): update module cloud.google.com/go/storage to v1.38.0 (#2438)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.16 (#2436)
  * fix(deps): update module go.uber.org/mock to v0.4.0 (#2437)
  * fix(deps): update module go.mongodb.org/mongo-driver to v1.13.1 (#2433)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.97.0 (#2432)
  * fix(deps): update module github.com/prometheus/client_golang to v1.18.0 (#2429)
  * fix(deps): update module github.com/snowflakedb/gosnowflake to v1.7.2 (#2430)
  * fix(deps): update module github.com/thezeroslave/zapsentry to v1.20.2 (#2431)
  * fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 (#2428)
  * fix(deps): update module github.com/google/uuid to v1.6.0 (#2427)
  * chore(gcp): ignore known test creds (#2413)
  * [fix] Add unit information to error returned by ChunkUnit (#2410)
  * fix(deps): update module github.com/google/go-containerregistry to v0.19.0 (#2425)
  * fix(deps): update module github.com/getsentry/sentry-go to v0.27.0 (#2424)
  * fix(deps): update module cloud.google.com/go/storage to v1.37.0 (#2423)
  * chore(deps): update sigstore/cosign-installer action to v3.4.0 (#2421)
  * chore(deps): update golang docker tag to v1.22 (#2420)
  * fix(deps): update module github.com/aymanbagabas/go-osc52 to v1.2.2 (#2416)
  * fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.22 (#2417) (forwarded request 1146478 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1146666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=16
2024-02-15 20:00:25 +00:00
Jeff Kowalczyk
f33b454e40 Accepting request 1146478 from home:ph03nix
- Update to version 3.67.6:
  * [chore] Add some doc comments to source manager (#2434)
  * 2396 since commit stopped working (#2402)
  * Update custom detector example (#2435)
  * chore(deps): update golangci/golangci-lint-action action to v4 (#2445)
  * chore(deps): update github/codeql-action action to v3 (#2444)
  * fix(deps): update module google.golang.org/api to v0.164.0 (#2442)
  * fix(deps): update module golang.org/x/oauth2 to v0.17.0 (#2441)
  * chore(deps): update actions/setup-go action to v5 (#2443)
  * fix(deps): update module golang.org/x/net to v0.21.0 (#2440)
  * fix(deps): update module golang.org/x/crypto to v0.19.0 (#2439)
  * fix(deps): update module cloud.google.com/go/storage to v1.38.0 (#2438)
  * fix(deps): update module github.com/aws/aws-sdk-go to v1.50.16 (#2436)
  * fix(deps): update module go.uber.org/mock to v0.4.0 (#2437)
  * fix(deps): update module go.mongodb.org/mongo-driver to v1.13.1 (#2433)
  * fix(deps): update module github.com/xanzy/go-gitlab to v0.97.0 (#2432)
  * fix(deps): update module github.com/prometheus/client_golang to v1.18.0 (#2429)
  * fix(deps): update module github.com/snowflakedb/gosnowflake to v1.7.2 (#2430)
  * fix(deps): update module github.com/thezeroslave/zapsentry to v1.20.2 (#2431)
  * fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 (#2428)
  * fix(deps): update module github.com/google/uuid to v1.6.0 (#2427)
  * chore(gcp): ignore known test creds (#2413)
  * [fix] Add unit information to error returned by ChunkUnit (#2410)
  * fix(deps): update module github.com/google/go-containerregistry to v0.19.0 (#2425)
  * fix(deps): update module github.com/getsentry/sentry-go to v0.27.0 (#2424)
  * fix(deps): update module cloud.google.com/go/storage to v1.37.0 (#2423)
  * chore(deps): update sigstore/cosign-installer action to v3.4.0 (#2421)
  * chore(deps): update golang docker tag to v1.22 (#2420)
  * fix(deps): update module github.com/aymanbagabas/go-osc52 to v1.2.2 (#2416)
  * fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.22 (#2417)

OBS-URL: https://build.opensuse.org/request/show/1146478
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=60
2024-02-14 23:52:37 +00:00
Ana Guerrero
25611a77ba Accepting request 1145430 from devel:languages:go
- Update to version 3.67.5:
  * Refactor UnitHook to block the scan if finished metrics aren't handled (#2309)
  * skip community PR (forks) secret scans for now (#2401)
  * [feat] - buffered file writer metrics (#2395)
  * Update GitParse to handle quoted binary filenames (#2391)
  * Allow multiple domains for Forager (#2400)
  * prevent concurrent map writes (#2399)
  * Allow CLI version pinning in GHA (#2397) (#2398)
  * Set GHA workdir (#2393)
  * Fix handling of GitHub ratelimit information (#2041)
  * [feat] - use diff chan (#2387)
  * [not-fixup] - Reduce memory consumption for Buffered File Writer (#2377)
  * fix: case-insensitive ext check (#2383)
  * tightening opsgenie detection and verification (#2389)
  * Fix binary file hanging bug in git sources (#2388)
  * Disable GitHub wiki scanning by default (#2386) (forwarded request 1145429 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1145430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=15
2024-02-09 22:54:31 +00:00
Jeff Kowalczyk
461448fb7c Accepting request 1145429 from home:ph03nix
- Update to version 3.67.5:
  * Refactor UnitHook to block the scan if finished metrics aren't handled (#2309)
  * skip community PR (forks) secret scans for now (#2401)
  * [feat] - buffered file writer metrics (#2395)
  * Update GitParse to handle quoted binary filenames (#2391)
  * Allow multiple domains for Forager (#2400)
  * prevent concurrent map writes (#2399)
  * Allow CLI version pinning in GHA (#2397) (#2398)
  * Set GHA workdir (#2393)
  * Fix handling of GitHub ratelimit information (#2041)
  * [feat] - use diff chan (#2387)
  * [not-fixup] - Reduce memory consumption for Buffered File Writer (#2377)
  * fix: case-insensitive ext check (#2383)
  * tightening opsgenie detection and verification (#2389)
  * Fix binary file hanging bug in git sources (#2388)
  * Disable GitHub wiki scanning by default (#2386)

OBS-URL: https://build.opensuse.org/request/show/1145429
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=58
2024-02-09 13:21:52 +00:00
Ana Guerrero
5ac01bfa6a Accepting request 1144948 from devel:languages:go
- Update to version 3.67.4:
  * [feat] - use diff chan (#2387)
  * [not-fixup] - Reduce memory consumption for Buffered File Writer (#2377)
  * fix: case-insensitive ext check (#2383)
  * tightening opsgenie detection and verification (#2389)
  * Fix binary file hanging bug in git sources (#2388)
  * Disable GitHub wiki scanning by default (#2386)
  * [fixup] - correctly use the buffered file writer (#2373)
  * custom detector dogs (#2376)
  * use only the DetectorKey as a map field (#2374)
  * [feat] - concurently scan the filesystem source (#2364)
  * [chore] Cleanup GitLab source errors (#2345)
  * [bug] - use DetectorKey as the key in the detectorKeysWithResults map (#2366)
  * Add s3 credential validation (#2362)
  * Polite Verification (#2356)
  * Make AzureDevopsPersonalAccessToken verification more robust (#2359)
  * fix (#2360)
  * update azure test files to check rawV2 (#2353)
  * [chore] Add filesystem integration test (#2358)
  * Scan GitHub wikis #2233
  * added flyio protos (#2357)
  * Allow for configuring the buffered file writer (#2319)
  * [feat] - tmp file diffs (#2306)
  * Fix filesystem enumeration ignore paths bug (#2355)
  * Detectors Updates 1 for Tristate Verification (#2187)
  * feat(detectors): update template (#2342)
  * Azure function key is throwing FPs (#2352)
  * Improve fp ignore logic (#2351)
  * added azuresearchquerykey detector (#2349)
  * added azuresearchadminkey detector (#2348) (forwarded request 1144854 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1144948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=14
2024-02-07 17:51:02 +00:00
Jeff Kowalczyk
ff4f1d1f59 Accepting request 1144854 from home:ph03nix
- Update to version 3.67.4:
  * [feat] - use diff chan (#2387)
  * [not-fixup] - Reduce memory consumption for Buffered File Writer (#2377)
  * fix: case-insensitive ext check (#2383)
  * tightening opsgenie detection and verification (#2389)
  * Fix binary file hanging bug in git sources (#2388)
  * Disable GitHub wiki scanning by default (#2386)
  * [fixup] - correctly use the buffered file writer (#2373)
  * custom detector dogs (#2376)
  * use only the DetectorKey as a map field (#2374)
  * [feat] - concurently scan the filesystem source (#2364)
  * [chore] Cleanup GitLab source errors (#2345)
  * [bug] - use DetectorKey as the key in the detectorKeysWithResults map (#2366)
  * Add s3 credential validation (#2362)
  * Polite Verification (#2356)
  * Make AzureDevopsPersonalAccessToken verification more robust (#2359)
  * fix (#2360)
  * update azure test files to check rawV2 (#2353)
  * [chore] Add filesystem integration test (#2358)
  * Scan GitHub wikis #2233
  * added flyio protos (#2357)
  * Allow for configuring the buffered file writer (#2319)
  * [feat] - tmp file diffs (#2306)
  * Fix filesystem enumeration ignore paths bug (#2355)
  * Detectors Updates 1 for Tristate Verification (#2187)
  * feat(detectors): update template (#2342)
  * Azure function key is throwing FPs (#2352)
  * Improve fp ignore logic (#2351)
  * added azuresearchquerykey detector (#2349)
  * added azuresearchadminkey detector (#2348)

OBS-URL: https://build.opensuse.org/request/show/1144854
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=56
2024-02-07 14:05:37 +00:00
Ana Guerrero
0a4b3a9ab5 Accepting request 1144407 from devel:languages:go
- Update to version 3.67.2:
  * [fixup] - correctly use the buffered file writer (#2373)
  * custom detector dogs (#2376)
  * use only the DetectorKey as a map field (#2374)
  * [feat] - concurently scan the filesystem source (#2364) (forwarded request 1144376 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1144407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=13
2024-02-06 15:34:37 +00:00
Jeff Kowalczyk
7c61df41df Accepting request 1144376 from home:ph03nix
- Update to version 3.67.2:
  * [fixup] - correctly use the buffered file writer (#2373)
  * custom detector dogs (#2376)
  * use only the DetectorKey as a map field (#2374)
  * [feat] - concurently scan the filesystem source (#2364)

OBS-URL: https://build.opensuse.org/request/show/1144376
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=54
2024-02-05 22:04:06 +00:00
Ana Guerrero
d36b595463 Accepting request 1143806 from devel:languages:go
- Update to version 3.67.1:
  * Add s3 credential validation (#2362)
  * [bug] - use DetectorKey as the key in the detectorKeysWithResults map (#2366)

- Update to version 3.67.0:
  * [chore] Cleanup GitLab source errors (#2345)
  * [bug] - use DetectorKey as the key in the detectorKeysWithResults map (#2366)
  * Add s3 credential validation (#2362)
  * Polite Verification (#2356)
  * Make AzureDevopsPersonalAccessToken verification more robust (#2359) (forwarded request 1143756 from ph03nix)

OBS-URL: https://build.opensuse.org/request/show/1143806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trufflehog?expand=0&rev=12
2024-02-04 18:09:07 +00:00