trufflehog icon indicating copy to clipboard operation
trufflehog copied to clipboard

Find, verify, and analyze leaked credentials

Results 735 trufflehog issues
Sort by recently updated
recently updated
newest added

### Description: The secrets check currently fails on PRs from forks because it attempts to fetch the branch from this repository: ``` Run actions/checkout@v4 Syncing repository: trufflesecurity/trufflehog ... # https://github.com/trufflesecurity/trufflehog/pull/2234/checks...

Is there a way how to get rid of --github-actions default option for trufflehog action?

question

### Description: added azure active directory app secret detector ### Checklist: * [ ] Tests passing (`make test-community`)? * [ ] Lint passing (`make lint` this requires [golangci-lint](https://golangci-lint.run/usage/install/#local-installation))?

Please review the [Community Note](https://github.com/trufflesecurity/trufflehog/blob/main/.github/community_note.md) before submitting ## Description Being able to check for valid datadog keys on all regions ### Preferred Solution Sending an API check on every region...

enhancement
help wanted
contributions welcomed

Please review the [Community Note](https://github.com/trufflesecurity/trufflehog/blob/main/.github/community_note.md) before submitting ### TruffleHog Version ### Trace Output ``` 2024-02-04T17:35:52-05:00 error trufflehog error unarchiving chunk. {"source_manager_worker_id": "g9Nv6", "repo": "https://github.com/intel-cloud/cosbench.git", "commit": "380218a", "path": "0.3.1.0.zip", "timeout": 30,...

bug

Please review the [Community Note](https://github.com/trufflesecurity/trufflehog/blob/main/.github/community_note.md) before submitting ## Description We would like to be able to exclude specific secret values rather than entire files/folders. ### Preferred Solution add a --exclude-secrets...

enhancement

Please review the [Community Note](https://github.com/trufflesecurity/trufflehog/blob/main/.github/community_note.md) before submitting ## Description PR #2233 added the ability to scan GitHub wikis by default, as wikis are just repos and scanning them has no...

enhancement

### Description: Explain the purpose of the PR. ### Checklist: * [ ] Tests passing (`make test-community`)? * [ ] Lint passing (`make lint` this requires [golangci-lint](https://golangci-lint.run/usage/install/#local-installation))?

pkg/detectors

### Description: This PR adds the onfleet api key detector. https://docs.onfleet.com/reference/introduction ![onfleet](https://github.com/trufflesecurity/trufflehog/assets/10580970/7ce058d9-96b1-43b8-a994-f65646482b4b) ### Checklist: * [ ] Tests passing (`make test-community`)? * [ ] Lint passing (`make lint` this requires...

### Description: This is a POC to fix #1517. Skipping detectors on chunks that are known to be problematic (e.g., #1460) should improve performance by reducing the number of false-positives...