Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSScanner ¶
type FSScanner interface { // Name provides the human-readable name of the scanner e.g. "CloudFormation" Name() string // ScanFS scans the given filesystem for issues, starting at the provided directory. // Use '.' to scan an entire filesystem. ScanFS(ctx context.Context, fs fs.FS, dir string) (scan.Results, error) }
Directories ¶
Path | Synopsis |
---|---|
parser/funcs
Copied from github.com/hashicorp/terraform/internal/lang/funcs
|
Copied from github.com/hashicorp/terraform/internal/lang/funcs |
terraformplan
|
|
Click to show internal directories.
Click to hide internal directories.