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

Struct SBOMReferenceSet

pkg/vex/sbomref.go:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type SBOMReferenceSet struct {
20 VEXes []VEX
21}
22
23func NewSBOMReferenceSet(report *types.Report) (*SBOMReferenceSet, error) {
24 if report.ArtifactType != ftypes.TypeCycloneDX {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected