scan

package
v0.62.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2026 License: AGPL-3.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ScanOptions

type ScanOptions struct {
	GitlabURL              string
	GitlabToken            string
	Project                string
	Namespace              string
	ProjectSearchQuery     string
	Owned                  bool
	Member                 bool
	MaxScanGoRoutines      int
	TruffleHogVerification bool
	ConfidenceFilter       []string
	HitTimeout             time.Duration
}

func InitializeOptions

func InitializeOptions(gitlabURL, gitlabToken, project, namespace, projectSearchQuery string,
	owned, member bool, maxScanGoRoutines int, truffleHogVerification bool,
	confidenceFilter []string, hitTimeout time.Duration) (*ScanOptions, error)

type Scanner

type Scanner interface {
	pkgscanner.BaseScanner
	Status() *zerolog.Event
}

func NewScanner

func NewScanner(opts *ScanOptions) Scanner

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL