githubactions

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2026 License: MIT Imports: 5 Imported by: 0

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.

func (*Detector) Name

func (d *Detector) Name() string

Name returns the detector name.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL