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

Struct Scanner

pkg/licensing/scanner.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type Scanner struct {
17 categories map[types.LicenseCategory]set.Set[string]
18}
19
20func NewScanner(categories map[types.LicenseCategory][]string) Scanner {
21 return Scanner{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected