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

Struct ubuntuOSAnalyzer

pkg/fanal/analyzer/os/ubuntu/ubuntu.go:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type ubuntuOSAnalyzer struct{}
31
32func (a ubuntuOSAnalyzer) Analyze(_ context.Context, input analyzer.AnalysisInput) (*analyzer.AnalysisResult, error) {
33 isUbuntu := false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected