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.2
Choose a base ref
...
head repository: trufflesecurity/trufflehog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.80.3
Choose a head ref
  • 9 commits
  • 21 files changed
  • 6 contributors

Commits on Jul 26, 2024

  1. fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.5 (

    …#3108)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    cf221e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63568b0 View commit details
    Browse the repository at this point in the history
  3. fix(deps): update module github.com/aws/aws-sdk-go to v1.55.3 (#3107)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6707361 View commit details
    Browse the repository at this point in the history
  4. [analyze] Implement Analyzer interface for github (#3110)

    * [analyze] Implement Analyzer interface for github
    
    * Make github repo and user enumeration configurable
    
    * Add AnalysisInfo to github detector
    
    * Use AnalyzeAndPrintPermissions from the CLI
    mcastorina authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9d089c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c048487 View commit details
    Browse the repository at this point in the history
  6. [analyze] Add description and user to openai metadata (#3111)

    Also rename the type from "org" to "organization" to match github.
    mcastorina authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    14e7a82 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. fix dep versions (#3106)

    ahrav authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    55fe05d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Use non-canary credentials for AWS tests (#3109)

    The AWS detector verifies credentials in a weird hacky way to work around some non-obvious STS behavior. This workaround does not work for canary tokens, so I updated the test secrets to use non-canary tokens. This PR updates the tests to match the secrets file changes.
    rosecodym authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ed8bc50 View commit details
    Browse the repository at this point in the history
  2. Include default detectors when using a config that contains detectors (

    …#3115)
    
    * include default detectors when config file is used
    
    * fix test
    harmonherring-pro authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f664472 View commit details
    Browse the repository at this point in the history
Loading