Versions in this module Expand all Collapse all v1 v1.8.1 Jun 30, 2024 Changes in this version + type DependencyGraph map[string]DependencyNode + type DependencyNode struct + Dependencies []string + Metadata Metadata + PackageURL string + Relationship DependencyRelationship + Scope DependencyScope + type DependencyRelationship string + const DependencyRelationshipDirect + const DependencyRelationshipIndirect + type DependencyScope string + const DependencyScopeDevelopment + const DependencyScopeRuntime + type DependencySnapshot struct + Detector DetectorMetadata + Job Job + Manifests Manifests + Metadata Metadata + Ref string + Scanned ISO8601Date + Sha string + Version int + func ToGithubModel(s *sbom.SBOM) DependencySnapshot + type DetectorMetadata struct + Name string + URL string + Version string + type FileInfo struct + SourceLocation string + type ISO8601Date = string + type Job struct + Correlator string + HTMLURL string + ID string + type Manifest struct + File FileInfo + Metadata Metadata + Name string + Resolved DependencyGraph + type Manifests map[string]Manifest + type Metadata map[string]Scalar + type Scalar interface