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

Struct CycloneDX

pkg/vex/cyclonedx.go:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type CycloneDX struct {
14 sbom *core.BOM
15 statements map[string]Statement
16 logger *log.Logger
17}
18
19type Statement struct {
20 Affects []string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected