SBoM.CycloneDX.V17.Formula (SBoM v0.9.1)

View Source

Describes workflows and resources that captures rules and other aspects of how the associated BOM component or service was formed.

Summary

Types

t()

@type t() :: %SBoM.CycloneDX.V17.Formula{
  __unknown_fields__: [Protobuf.unknown_field()],
  bom_ref: String.t() | nil,
  components: [SBoM.CycloneDX.V17.Component.t()],
  properties: [SBoM.CycloneDX.V17.Property.t()],
  services: [SBoM.CycloneDX.V17.Service.t()],
  workflows: [SBoM.CycloneDX.V17.Workflow.t()]
}