Documentation
¶
Index ¶
Constants ¶
View Source
const ID sbom.FormatID = "sporingslogger-0-json"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PackageNode ¶
type PackageNode struct { PackageURL string `json:"purl,omitempty"` DependencyId artifact.ID `json:"dependencyId,omitempty"` Name string `json:"name,omitempty"` Version string `json:"version,omitempty"` ChecksumAlgorithm string `json:"checksumAlgorithm"` ChecksumValue string `json:"checksumValue"` SourceLocation string `json:"sourceLocation,omitempty"` }
Click to show internal directories.
Click to hide internal directories.