trufflehog
trufflehog copied to clipboard
Find, verify, and analyze leaked credentials
### 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?
### 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...
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,...
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...
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...
### 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))?
### Description: This PR adds the onfleet api key detector. https://docs.onfleet.com/reference/introduction  ### 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...