Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildDependencyTree ¶
func BuildDependencyTree(auditPython *AuditPython) (dependencyTree []*xrayUtils.GraphNode, uniqueDeps []string, err error)
func SetPipVirtualEnvPath ¶
Execute virtualenv command: "virtualenv venvdir" / "python3 -m venv venvdir" and set path
Types ¶
type AuditPython ¶
type AuditPython struct { Server *config.ServerDetails Tool pythonutils.PythonTool RemotePypiRepo string PipRequirementsFile string }
Click to show internal directories.
Click to hide internal directories.