Documentation ¶
Index ¶
- func BuildImpactPathsForScanResponse(scanResult []services.ScanResponse, dependencyTree []*xrayUtils.GraphNode) []services.ScanResponse
- func BuildXrayDependencyTree(treeHelper map[string][]string, nodeId string) (*xrayUtils.GraphNode, []string)
- func CreateTestWorkspace(t *testing.T, sourceDir string) (string, func())
- func GetAndAssertNode(t *testing.T, modules []*xrayUtils.GraphNode, moduleId string) *xrayUtils.GraphNode
- func GetModule(modules []*xrayUtils.GraphNode, moduleId string) *xrayUtils.GraphNode
- func LogExecutableVersion(executable string)
- func RunXrayDependenciesTreeScanGraph(dependencyTree *xrayUtils.GraphNode, progress ioUtils.ProgressMgr, ...) (results []services.ScanResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildImpactPathsForScanResponse ¶
func BuildImpactPathsForScanResponse(scanResult []services.ScanResponse, dependencyTree []*xrayUtils.GraphNode) []services.ScanResponse
BuildImpactPathsForScanResponse builds the full impact paths for each vulnerability found in the scanResult argument, using the dependencyTrees argument. Returns the updated services.ScanResponse slice.
func BuildXrayDependencyTree ¶
func CreateTestWorkspace ¶
func GetAndAssertNode ¶
func LogExecutableVersion ¶
func LogExecutableVersion(executable string)
GetExecutableVersion gets an executable version and prints to the debug log if possible. Only supported for package managers that use "--version".
func RunXrayDependenciesTreeScanGraph ¶
func RunXrayDependenciesTreeScanGraph(dependencyTree *xrayUtils.GraphNode, progress ioUtils.ProgressMgr, technology coreutils.Technology, scanGraphParams *scangraph.ScanGraphParams) (results []services.ScanResponse, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.