Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trufflesecurity/trufflehog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.80.3
Choose a base ref
...
head repository: trufflesecurity/trufflehog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.80.4
Choose a head ref
  • 11 commits
  • 25 files changed
  • 9 contributors

Commits on Jul 30, 2024

  1. Analyzer partial implementations (#3114)

    * Add POC analyze sub-command
    
    * Address lint errors
    
    * added http logging to most analyzers
    
    * Use custom RoundTripper with default http.Client
    
    * [chore] Embed scopes at compile time
    
    * [chore] Move subcommand check up to prevent printing metrics
    
    * Create framework of interfaces, structs, and protos
    
    * Implement Analyzer for airbrake
    
    * Add FullAccess permission constant
    
    * Implement Analyzer for asana
    
    * Implement Analyzer for bitbucket
    
    * Implement Analyzer for github
    
    * Implement Analyzer for gitlab
    
    * Implemente Analyzer for huggingface
    
    * Implement Analyzer for mailchimp
    
    * implement analyzer for mailgun
    
    * update cli cmd
    
    * Implement analyzer for openai
    
    * fix timing issue on scopes
    
    * print permissions only if restricted key
    
    * Implement Analyzer for mysql
    
    * enable loggin check
    
    * fixed the formatting issue to wrap sub-errors
    
    * implemented analyzer for opsgenie
    
    * implemented analyzer for postgres
    
    * use format string
    
    * implemented analyzer for sendgrid
    
    * simplify returning the error
    
    * implemented analyzer for postman
    
    * added handling of workspace error
    
    * Update protos to match OSS
    
    * Generate protos
    
    * Update data structures to match OSS
    
    * Update airbrake implementation
    
    * Remove asana implementation
    
    * Remove mailchimp implementation
    
    * Update openai implementation to match OSS
    
    * Remove gitlab implementation
    
    * Remove huggingface implementation
    
    * Remove bitbucket implementation
    
    * Fix permission in airbrake
    
    * Remove github implementation
    
    * Remove mailgun implementation
    
    * Cleanup compiler errors
    
    * Implement Analyzer interface for github
    
    * Add parents to github resources
    
    * Add fine_grained to github metadata
    
    * Update with changes from main
    
    * Remove unused function stubs
    
    ---------
    
    Co-authored-by: Joe Leon <[email protected]>
    Co-authored-by: Hon <[email protected]>
    Co-authored-by: Abdul Basit <[email protected]>
    Co-authored-by: Abdul Basit <[email protected]>
    5 people authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    20de56d View commit details
    Browse the repository at this point in the history
  2. fix(deps): update module github.com/aws/aws-sdk-go to v1.55.5 (#3116)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6a36eb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    acd529d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02fb387 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67c01ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3d3565 View commit details
    Browse the repository at this point in the history
  5. Update GitHub integration tests (#3124)

    #1816 and #2995 both updated the GitHub source without updating its integration tests. This PR updates those tests, bringing them back into success.
    rosecodym authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3ab975e View commit details
    Browse the repository at this point in the history
  6. Separate out printing statements with anlayzer logic for Slack (#3121)

    * Separated printing and analyzes functionality for slack
    
    * removed logging enabled check
    abmussani authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a2c7219 View commit details
    Browse the repository at this point in the history
  7. Separate out printing statements with anlayzer logic for Stripe (#3120)

    * Separated printing and analyzes functionality for stripe
    
    * removed logging enabled check
    abmussani authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    24b7029 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4b4eba View commit details
    Browse the repository at this point in the history
  9. Separate out printing statements with anlayzer logic for SourceGraph (#…

    …3119)
    
    * Separated printing and analyzes functionality for sourcegraph
    
    * remove second call to fetch userinfo in sourcegraph.
    abmussani authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6fccac7 View commit details
    Browse the repository at this point in the history
Loading