Documentation
¶
Overview ¶
Package dpkg implements an annotator for DPKG packages that don't contain any executables.
Index ¶
Constants ¶
View Source
const (
// Name of the Annotator.
Name = "vex/no-executable/dpkg"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Annotator ¶
type Annotator struct{}
Annotator adds annotations for DPKG packages that don't contain any executables.
func (*Annotator) Annotate ¶
func (a *Annotator) Annotate(ctx context.Context, input *annotator.ScanInput, results *inventory.Inventory) error
Annotate adds annotations for DPKG packages that don't contain any executables.
func (Annotator) Requirements ¶
func (Annotator) Requirements() *plugin.Capabilities
Requirements of the annotator.
Click to show internal directories.
Click to hide internal directories.