Documentation
¶
Index ¶
- func RunServicesScan(scanner *jas.JasScanner, params ServicesScanParams) (vulnerabilitiesResults []*sarif.Run, violationsResults []*sarif.Run, err error)
- type ServicesScanManager
- func (servicesScanManager *ServicesScanManager) DeprecatedRun(module jfrogappsconfig.Module, centralConfigExclusions []string) (vulnerabilitiesSarifRuns []*sarif.Run, violationsSarifRuns []*sarif.Run, ...)
- func (servicesScanManager *ServicesScanManager) Run(target results.ScanTarget) (vulnerabilitiesSarifRuns []*sarif.Run, violationsSarifRuns []*sarif.Run, ...)
- type ServicesScanParams
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 ¶
Click to show internal directories.
Click to hide internal directories.