Jarek Porzucek

Results 3 issues of Jarek Porzucek

### Description: Fixes [1299](https://github.com/gitleaks/gitleaks/issues/1299) ### Checklist: * [X] Does your PR pass tests? * [ ] Have you written new tests for your changes? * [X] Have you lint your...

Resolves #1701 ---- ### Before the change? `github_branch_protection_v3` flattens all contexts even if they're only configured in `checks` and if `contexts` field is empty in `required_status_checks`. ### After the change?...

### Description: Implements whitelisting https://github.com/trufflesecurity/trufflehog/issues/1019 ### Checklist: * [X] Tests passing (`make test-community`)? * [X] Lint passing (`make lint` this requires [golangci-lint](https://golangci-lint.run/welcome/install/#local-installation))?