| 17 | ) |
| 18 | |
| 19 | type SBOMReferenceSet struct { |
| 20 | VEXes []VEX |
| 21 | } |
| 22 | |
| 23 | func NewSBOMReferenceSet(report *types.Report) (*SBOMReferenceSet, error) { |
| 24 | if report.ArtifactType != ftypes.TypeCycloneDX { |
nothing calls this directly
no outgoing calls
no test coverage detected