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