Documentation ¶
Index ¶
Constants ¶
View Source
const (
GavPackageTypeIdentifier = "gav://"
)
Variables ¶
This section is empty.
Functions ¶
func BuildDependencyTree ¶
func BuildDependencyTree(params xrayutils.AuditParams, tech coreutils.Technology) ([]*xrayUtils.GraphNode, []string, error)
func CreateMvnProps ¶
func CreateMvnProps(resolverRepo string, serverDetails *config.ServerDetails) map[string]any
Types ¶
type DependencyTreeParams ¶
type DependencyTreeParams struct { Tool coreutils.Technology InsecureTls bool IgnoreConfigFile bool ExcludeTestDeps bool UseWrapper bool Server *config.ServerDetails DepsRepo string }
Click to show internal directories.
Click to hide internal directories.