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.78.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.79.0
Choose a head ref
  • 7 commits
  • 15 files changed
  • 5 contributors

Commits on Jun 21, 2024

  1. fix(deps): update module github.com/aws/aws-sdk-go to v1.54.6 (#2996)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a150103 View commit details
    Browse the repository at this point in the history
  2. Return targeted scan errors (#2995)

    Targeted scans should return their errors so that consumers can process them. By creating a type that combines an error with a targeted secret ID, we can return these errors without having to modify the Source interface.
    rosecodym authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    de19a39 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    3c20b00 View commit details
    Browse the repository at this point in the history
  2. Adding Larksuite Detectors + Tests (#3008)

    * implemented larksuite detectores for tokens and api keys.
    test implemented for larksuite token based detectors.
    
    * implemented test for larksuiteapikey detector
    
    * load credentials from GCP secret manager for larksuite api keys
    abmussani authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    dddeca5 View commit details
    Browse the repository at this point in the history
  3. Pin STARRY-S/zip #2999

    rosecodym authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ed62b8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f210767 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. added "example" (#3010)

    orionooooo authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b9dd330 View commit details
    Browse the repository at this point in the history
Loading