Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependency ¶
type Dependency struct {
RepoKey RepoKey
PackageName string
Version string
Digest *string
CurrentVersion *string
PackageManager string
PackageFilePath string
}
func (Dependency) DependencyDetails ¶ added in v0.4.0
func (d Dependency) DependencyDetails() string
type DependencyUpdate ¶ added in v0.14.0
type DependencyUpdate struct {
Dependency
NewVersion string
NewDigest *string
UpdateType string
}
type RepoKey ¶ added in v0.94.2
RepoKey is a unique identifier to trace a source repository, aka the "Repo Key".
The Repo key is further documented in https://dmd.tanna.dev/concepts/repo-key/
type SBOMDependency ¶ added in v0.38.0
type SBOMDependency struct {
ComponentName string
RepoKey *RepoKey
PackageName string
Version *string
CurrentVersion *string
PackageType string
PackageURL string
}
SBOMDependency defines the domain model for all representations of Software Bill of Materials (SBOM) derived package dependencies, which is consistent across all supported types of SBOMs
Click to show internal directories.
Click to hide internal directories.