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.28.7
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.29.0
Choose a head ref
  • 6 commits
  • 20 files changed
  • 2 contributors

Commits on Mar 6, 2023

  1. Remove period from file extension (#1154)

    * Remove period from file extension.
    
    * Add comment.
    ahrav authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    5c99a1e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Bump golang.org/x/crypto from 0.6.0 to 0.7.0 (#1158)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/golang/crypto/releases)
    - [Commits](golang/crypto@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    c807714 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/go-git/go-git/v5 from 5.5.2 to 5.6.0 (#1147)

    Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.5.2 to 5.6.0.
    - [Release notes](https://github.com/go-git/go-git/releases)
    - [Commits](go-git/go-git@v5.5.2...v5.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-git/go-git/v5
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    d5cbd7b View commit details
    Browse the repository at this point in the history
  3. Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.1.0 to 2.2.0 (#…

    …1148)
    
    Bumps [github.com/bradleyfalzon/ghinstallation/v2](https://github.com/bradleyfalzon/ghinstallation) from 2.1.0 to 2.2.0.
    - [Release notes](https://github.com/bradleyfalzon/ghinstallation/releases)
    - [Commits](bradleyfalzon/ghinstallation@v2.1.0...v2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/bradleyfalzon/ghinstallation/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    638ff80 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/getsentry/sentry-go from 0.18.0 to 0.19.0 (#1157)

    Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.18.0 to 0.19.0.
    - [Release notes](https://github.com/getsentry/sentry-go/releases)
    - [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
    - [Commits](getsentry/sentry-go@v0.18.0...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/getsentry/sentry-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    3fdef75 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Add gcs scanning integration (#1153)

    * Setup for GCS scanning.
    
    * Update GCS engine w/ projectID req.
    
    * Add concurrency field to gcsManager.
    
    * add errgroup to gcsManager.
    
    * Update gcs manager.
    
    * Use defautl ADC.
    
    * use ADC.'
    
    * Add TOOD.
    
    * add log to iterator completion.
    
    * use a BinaryReader instead of concrete object for channel type.
    
    * initial test for Chunks.
    
    * Add tests for chunking objects.
    
    * Add concurrency.
    
    * update metadata to include content type and acls.
    
    * Add object reading code.
    
    * Add integration test.
    
    * Add entrypoint.
    
    * Add removed wg.Wait().
    
    * remove dead code.
    
    * remove build.
    
    * Remove period from file extension.
    
    * remove used.
    
    * Add comment.
    
    * Setup for GCS scanning.
    
    * Update GCS engine w/ projectID req.
    
    * Add concurrency field to gcsManager.
    
    * add errgroup to gcsManager.
    
    * Update gcs manager.
    
    * Use defautl ADC.
    
    * use ADC.'
    
    * Add TOOD.
    
    * add log to iterator completion.
    
    * use a BinaryReader instead of concrete object for channel type.
    
    * initial test for Chunks.
    
    * Add tests for chunking objects.
    
    * Add concurrency.
    
    * update metadata to include content type and acls.
    
    * Add object reading code.
    
    * Add integration test.
    
    * Add entrypoint.
    
    * Add removed wg.Wait().
    
    * remove dead code.
    
    * remove build.
    
    * remove used.
    
    * Add file type for objects.
    
    * Add check for file type and size.
    
    * Add default file size.
    
    * Add additinoal auth options and remaining CLI flags.
    
    * Handle errors in go routines.
    
    * Handle resuming for buckets.
    
    * Remove redundant words in comment.
    
    * remove ok check on bool check.
    
    * remove extra blank line.
    
    * Add return if handler handles chunk.
    
    * Add comment.
    
    * remove extra blank line.
    
    * cleanup comment.
    
    * Add comment.
    
    * move up fxn.
    
    * go mod tidy.
    
    * Add exclusion to perf testing buckets.
    
    * Handle blocking the channel.
    
    * remove unused const.
    
    * fix tests.
    
    * fix tests.
    
    * Handle gcs manger options better.
    
    * update fxn name.
    
    * Remove arg name.
    
    * ignore buckets in gcsManager test.
    
    * fix test.
    
    * propulate gsManagerOpts.
    
    * inline err check.
    
    * Add readme.
    
    * update readme spelling.
    
    * fix test.
    ahrav authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    cbf299a View commit details
    Browse the repository at this point in the history
Loading