SBoM.CycloneDX.V15.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.V15.Formula{
  __unknown_fields__: [Protobuf.unknown_field()],
  bom_ref: String.t() | nil,
  components: [SBoM.CycloneDX.V15.Component.t()],
  properties: [SBoM.CycloneDX.V15.Property.t()],
  services: [SBoM.CycloneDX.V15.Service.t()],
  workflows: [SBoM.CycloneDX.V15.Workflow.t()]
}