Versions in this module Expand all Collapse all v0 v0.1.0 Aug 13, 2026 Changes in this version + const Name + func GraphContainerFromSBOM(s *syftsbom.SBOM, manager sdk.PackageManager) (*sdk.GraphContainer, error) + func IsBuiltin() bool + func Module() sdk.Module + type Detector struct + Logger *zap.Logger + SupportedEcosystems []sdk.Ecosystem + SupportedManagers []sdk.PackageManager + WorkingDir string + func (d Detector) Applicable(ctx context.Context, req sdk.DetectionRequest) (bool, error) + func (d Detector) Descriptor() sdk.DetectorDescriptor + func (d Detector) PackageManagerSupport() []sdk.PackageManagerSupport + func (d Detector) Ready(context.Context, sdk.DetectionRequest) error + func (d Detector) ResolveGraph(ctx context.Context, req sdk.DetectionRequest) (sdk.DetectionResult, error)