package
5.0.1
Repository: https://github.com/zricethezav/gitleaks.git
Documentation: pkg.go.dev

# Functions

NewGithubClient accepts a manager struct and returns a Github host pointer which will be used to perform a github scan on an organization, user, or PR.
NewGitlabClient accepts a manager struct and returns a Gitlab host pointer which will be used to perform a gitlab scan on an group or user.
Run kicks off a host scan.

# Structs

Github wraps a github client and manager.
Gitlab wraps a gitlab client and manager.

# Interfaces

Host is an interface used for defining external git hosting providers like github and gitlab.