SBoM.CycloneDX.V15.Task (SBoM v0.9.1)

View Source

Describes the inputs, sequence of steps and resources used to accomplish a task and its output.

Summary

Types

t()

@type t() :: %SBoM.CycloneDX.V15.Task{
  __unknown_fields__: [Protobuf.unknown_field()],
  bom_ref: String.t(),
  description: String.t() | nil,
  inputs: [SBoM.CycloneDX.V15.InputType.t()],
  name: String.t() | nil,
  outputs: [SBoM.CycloneDX.V15.OutputType.t()],
  properties: [SBoM.CycloneDX.V15.Property.t()],
  resourceReferences: [SBoM.CycloneDX.V15.ResourceReferenceChoice.t()],
  runtimeTopology: [SBoM.CycloneDX.V15.Dependency.t()],
  steps: [SBoM.CycloneDX.V15.Step.t()],
  taskTypes: [SBoM.CycloneDX.V15.TaskType.t()],
  timeEnd: Google.Protobuf.Timestamp.t() | nil,
  timeStart: Google.Protobuf.Timestamp.t() | nil,
  trigger: SBoM.CycloneDX.V15.Trigger.t() | nil,
  uid: String.t(),
  workspaces: [SBoM.CycloneDX.V15.Workspace.t()]
}