HelmScanner#

class neophile.scanner.helm.HelmScanner#

Bases: BaseScanner

Scan a source tree for Helm version references.

Attributes Summary

name

Name of the scanner type.

Methods Summary

scan(root)

Scan a source tree for version references.

Attributes Documentation

name#

Methods Documentation

scan(root)#

Scan a source tree for version references.

Parameters:

root (Path) – Root of the source tree.

Returns:

A list of all discovered dependencies.

Return type:

list of HelmDependency