Versions in this module Expand all Collapse all v0 v0.62.1 Apr 30, 2026 Changes in this version + type ScanOptions struct + ConfidenceFilter []string + GitlabToken string + GitlabURL string + HitTimeout time.Duration + MaxScanGoRoutines int + Member bool + Namespace string + Owned bool + Project string + ProjectSearchQuery string + TruffleHogVerification bool + func InitializeOptions(gitlabURL, gitlabToken, project, namespace, projectSearchQuery string, ...) (*ScanOptions, error) + type Scanner interface + Status func() *zerolog.Event + func NewScanner(opts *ScanOptions) Scanner