osvscanner

package
v0.0.0-...-1a7096d Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2023 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var NoPackagesFoundErr = errors.New("no packages found in scan")

NoPackagesFoundErr for when no packages is found during a scan.

View Source
var OnlyUncalledVulnerabilitiesFoundErr = errors.New("only uncalled vulnerabilities found")
View Source
var VulnerabilitiesFoundErr = errors.New("vulnerabilities found")

Functions

func DoScan

Perform osv scanner action, with optional reporter to output information

func PURLToPackage

func PURLToPackage(purl string) (models.PackageInfo, error)

Types

type ScannerActions

type ScannerActions struct {
	LockfilePaths        []string
	SBOMPaths            []string
	DirectoryPaths       []string
	GitCommits           []string
	Recursive            bool
	SkipGit              bool
	NoIgnore             bool
	DockerContainerNames []string
	ConfigOverridePath   string

	ExperimentalCallAnalysis bool
}

Jump to

Keyboard shortcuts

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