Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SPDXv2_2Format ¶ added in v0.49.0
type SPDXv2_2Format struct{}
func (*SPDXv2_2Format) Matches ¶ added in v0.49.0
func (s *SPDXv2_2Format) Matches(body []byte) bool
func (*SPDXv2_2Format) Name ¶ added in v0.49.0
func (s *SPDXv2_2Format) Name() string
func (*SPDXv2_2Format) Parse ¶ added in v0.49.0
func (s *SPDXv2_2Format) Parse(body []byte, platform string, org string, repo string) []domain.SBOMDependency
type SPDXv2_3Format ¶
type SPDXv2_3Format struct{}
func (*SPDXv2_3Format) Matches ¶
func (s *SPDXv2_3Format) Matches(body []byte) bool
func (*SPDXv2_3Format) Name ¶
func (s *SPDXv2_3Format) Name() string
func (*SPDXv2_3Format) Parse ¶
func (s *SPDXv2_3Format) Parse(body []byte, platform string, org string, repo string) []domain.SBOMDependency
Click to show internal directories.
Click to hide internal directories.