Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunSastScan ¶
func RunSastScan(params SastScanParams, scanner *jas.JasScanner) (vulnerabilitiesResults []*sarif.Run, violationsResults []*sarif.Run, err error)
func SastChangedFilesForTarget ¶ added in v1.28.0
func SastChangedFilesForTarget(changedFilesMode bool, gitCtx *xscservices.XscGitInfoContext, targetPath, rootDir string) []string
SastChangedFilesForTarget returns absolute paths of changed files under the root directory that belong to the target path.
Types ¶
type SastScanManager ¶
type SastScanManager struct {
// contains filtered or unexported fields
}
func (*SastScanManager) Run ¶
func (ssm *SastScanManager) Run(module jfrogappsconfig.Module) (vulnerabilitiesSarifRuns []*sarif.Run, violationsSarifRuns []*sarif.Run, err error)
Click to show internal directories.
Click to hide internal directories.