Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Finding ¶
type Finding struct {
Sbom Sbom // The raw SBOM bytes
Metadata Metadata // Information about the finding
FileExclusions []string // Paths for files that other plugins should ignore
NormalisedTargetFile string // The target file name without any qualifiers, e.g. `uv.lock` (and not `dir/uv.lock`)
WorkspacePackages []WorkspacePackage // Packages that are part of a workspace
Error error // Error that occurred while building the finding
}
type WorkspacePackage ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.