MCPcopy
hub / github.com/aquasecurity/trivy / almaOSAnalyzer

Struct almaOSAnalyzer

pkg/fanal/analyzer/os/redhatbase/alma.go:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type almaOSAnalyzer struct{}
24
25func (a almaOSAnalyzer) Analyze(_ context.Context, input analyzer.AnalysisInput) (*analyzer.AnalysisResult, error) {
26 scanner := bufio.NewScanner(input.Content)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected