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.81.6
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.81.7
Choose a head ref
  • 7 commits
  • 12 files changed
  • 4 contributors

Commits on Aug 6, 2024

  1. fix(deps): update module golang.org/x/crypto to v0.26.0 (#3182)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8ea6086 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update module golang.org/x/text to v0.17.0 (#3183)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8c6f852 View commit details
    Browse the repository at this point in the history
  3. [analyze] Add analyze option to main TUI and unhide subcommand (#3186)

    This is currently a one-way operation. Once you select "analyze" you
    cannot get back to the main menu.
    mcastorina authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a8777fc View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Analyzer capitalization (#3188)

    * capitalization
    
    * Lowercase analyze labels for the subcommand
    
    * Canonicalize input and lowercase when matching command
    
    * add warning
    
    ---------
    
    Co-authored-by: Miccah Castorina <[email protected]>
    hxnyk and mcastorina authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ab8c843 View commit details
    Browse the repository at this point in the history
  2. [analyze] Bandaid solution for occasional slow startups (#3191)

    * [analyze] Bandaid solution for occasional slow startups
    
    * Speed up shutdown
    
    * Add link to upstream issue
    
    ---------
    
    Co-authored-by: Dustin Decker <[email protected]>
    mcastorina and dustin-decker authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7730fc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b37ae1 View commit details
    Browse the repository at this point in the history
  4. Fixes for a few finegrained token issues (#3194)

    * Fixes a few finegrained issues
    
    * remove some code
    dustin-decker authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fc4829a View commit details
    Browse the repository at this point in the history
Loading