Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Finding ¶
type Finding struct {
DepGraph *depgraph.DepGraph // The dependency graph.
FileExclusions []string // Paths for files that other plugins should ignore, as they (or related files) have already been processed by the plugin.
LockFile string // The lock file path relative to the input directory.
ManifestFile string // The manifest file path relative to the input directory.
Error error // Error that occurred while building the finding, if any.
}
Click to show internal directories.
Click to hide internal directories.