Documentation ¶
Index ¶
- func AuditPython(xrayGraphScanPrams services.XrayGraphScanParams, ...) (results []services.ScanResponse, isMultipleRootProject bool, err error)
- func BuildDependencyTree(pythonTool pythonutils.PythonTool, requirementsFile string) ([]*services.GraphNode, error)
- func SetPipVirtualEnvPath() (func() error, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuditPython ¶ added in v2.12.3
func AuditPython(xrayGraphScanPrams services.XrayGraphScanParams, serverDetails *config.ServerDetails, pythonTool pythonutils.PythonTool, progress ioUtils.ProgressMgr, requirementsFile string) (results []services.ScanResponse, isMultipleRootProject bool, err error)
func BuildDependencyTree ¶ added in v2.12.3
func BuildDependencyTree(pythonTool pythonutils.PythonTool, requirementsFile string) ([]*services.GraphNode, error)
func SetPipVirtualEnvPath ¶ added in v2.12.3
Execute virtualenv command: "virtualenv venvdir" / "python3 -m venv venvdir" and set path
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.