Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions pkg/ecosystems/plugin_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ import (
// Metadata contains contextual information about the dependency graph,
// such as the target file and runtime environment.
type Metadata struct {
TargetFile string `json:"targetFile"`
Runtime string `json:"runtime"`
TargetFile string `json:"targetFile"`
Runtime string `json:"runtime"`
Lockfile string `json:"lockfile"`
ProcessedFiles []string `json:"processedFiles"`
}

// SCAResult represents the result of a Software Composition Analysis (SCA),
Expand Down