services

package
v1.36.0 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunServicesScan

func RunServicesScan(scanner *jas.JasScanner, params ServicesScanParams) (vulnerabilitiesResults []*sarif.Run, violationsResults []*sarif.Run, err error)

The RunServicesScan function runs the services scan flow, which includes the following steps: Creating a ServicesScanManager object. Running the analyzer manager executable. Parsing the analyzer manager results.

Types

type ServicesScanManager

type ServicesScanManager struct {
	// contains filtered or unexported fields
}

func (*ServicesScanManager) DeprecatedRun

func (servicesScanManager *ServicesScanManager) DeprecatedRun(module jfrogappsconfig.Module, centralConfigExclusions []string) (vulnerabilitiesSarifRuns []*sarif.Run, violationsSarifRuns []*sarif.Run, err error)

func (*ServicesScanManager) Run

func (servicesScanManager *ServicesScanManager) Run(target results.ScanTarget) (vulnerabilitiesSarifRuns []*sarif.Run, violationsSarifRuns []*sarif.Run, err error)

type ServicesScanParams

type ServicesScanParams struct {
	ThreadId         int
	TargetCount      int
	ResultsToCompare []*sarif.Run
	Target           results.ScanTarget
}

Jump to

Keyboard shortcuts

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