runner

package
v1.21.7 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2025 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddJasScannersTasks added in v1.4.0

func AddJasScannersTasks(params JasRunnerParams) error

Types

type CveProvider added in v1.20.0

type CveProvider func() (directCves []string, indirectCves []string)

Cves are only available after the SCA scan is performed, so we need a provider to dynamically pass the discovered cves.

type JasRunnerParams added in v1.12.0

type JasRunnerParams struct {
	Runner        *utils.SecurityParallelRunner
	ServerDetails *config.ServerDetails
	Scanner       *jas.JasScanner
	// Module flags
	Module        jfrogappsconfig.Module
	ConfigProfile *services.ConfigProfile
	// Scan flags
	AllowPartialResults bool
	ScansToPerform      []utils.SubScanType
	// Diff mode flags
	SourceResultsToCompare *results.TargetResults
	DiffMode               bool
	// Secret scan flags
	SecretsScanType secrets.SecretsScanType
	// Contextual Analysis scan flags
	CvesProvider                CveProvider
	ApplicableScanType          applicability.ApplicabilityScanType
	ThirdPartyApplicabilityScan bool
	// SAST scan flags
	SignedDescriptions bool
	// Outputs
	ScanResults     *results.TargetResults
	TargetOutputDir string
}

Jump to

Keyboard shortcuts

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