Documentation
¶
Overview ¶
Package dpkgsource provides a way to annotate packages with repository source information.
Index ¶
Constants ¶
View Source
const (
// Name of the Annotator
Name = "misc/dpkg-source"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Annotator ¶
type Annotator struct {
// contains filtered or unexported fields
}
Annotator adds repository source context for extracted Debian packages from dpkg extractor.
func (Annotator) Annotate ¶
func (a Annotator) Annotate(ctx context.Context, input *annotator.ScanInput, results *inventory.Inventory) error
Annotate adds repository source context for extracted Debian packages from dpkg extractor.
func (Annotator) Requirements ¶
func (Annotator) Requirements() *plugin.Capabilities
Requirements returns the requirements of the annotator.
Click to show internal directories.
Click to hide internal directories.