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.88.31
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.88.32
Choose a head ref
  • 5 commits
  • 9 files changed
  • 3 contributors

Commits on May 20, 2025

  1. docs: fix typos (#4158)

    bobidle authored May 20, 2025
    Configuration menu
    Copy the full SHA
    a663369 View commit details
    Browse the repository at this point in the history
  2. Change github file extension log message verbosity (#4159)

    These can get really spammy in certain contexts, so updating them to be shown
    less often
    martinlocklear authored May 20, 2025
    Configuration menu
    Copy the full SHA
    6935658 View commit details
    Browse the repository at this point in the history
  3. Increase postman logging verbosity (#4160)

    These are mostly tied directly to API calls, so they aren't likely to be too spammy.  It
    would be nice if they were move easily visible in logs.
    martinlocklear authored May 20, 2025
    Configuration menu
    Copy the full SHA
    bbe0b06 View commit details
    Browse the repository at this point in the history
  4. Reduce verbosity of chunk trace logging (#4161)

    These log lines are hit super frequently - we really only want them to show up
    when we are at trace level.  Reducing them here.
    martinlocklear authored May 20, 2025
    Configuration menu
    Copy the full SHA
    ab76fe4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Fixed Grafana detector (#4166)

    * fixed grafana detector
    
    * tighten the regex
    
    * simplified
    kashifkhan0771 authored May 21, 2025
    Configuration menu
    Copy the full SHA
    a6a4aed View commit details
    Browse the repository at this point in the history
Loading