Documentation
¶
Overview ¶
Package githubactions implements GitHub Actions workflow detection as a plugin-based component detector.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Detector ¶
type Detector struct{}
Detector implements GitHub Actions component detection.
func (*Detector) Detect ¶
func (d *Detector) Detect(files []types.File, currentPath, basePath string, provider types.Provider, depDetector components.DependencyDetector) []*types.Payload
Detect scans for GitHub Actions workflow files (.github/workflows/*.yml) and extracts action dependencies, container images, and service images. Returns a virtual component (merged into parent) when dependencies are found.
Click to show internal directories.
Click to hide internal directories.