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
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
SastRules string
// Outputs
TargetCount int
ScanResults *results.TargetResults
TargetOutputDir string
}
Click to show internal directories.
Click to hide internal directories.