SBoM.CycloneDX.V17.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.V17.Task{
  __unknown_fields__: [Protobuf.unknown_field()],
  bom_ref: String.t(),
  description: String.t() | nil,
  inputs: [SBoM.CycloneDX.V17.InputType.t()],
  name: String.t() | nil,
  outputs: [SBoM.CycloneDX.V17.OutputType.t()],
  properties: [SBoM.CycloneDX.V17.Property.t()],
  resourceReferences: [SBoM.CycloneDX.V17.ResourceReferenceChoice.t()],
  runtimeTopology: [SBoM.CycloneDX.V17.Dependency.t()],
  steps: [SBoM.CycloneDX.V17.Step.t()],
  taskTypes: [SBoM.CycloneDX.V17.TaskType.t()],
  timeEnd: Google.Protobuf.Timestamp.t() | nil,
  timeStart: Google.Protobuf.Timestamp.t() | nil,
  trigger: SBoM.CycloneDX.V17.Trigger.t() | nil,
  uid: String.t(),
  workspaces: [SBoM.CycloneDX.V17.Workspace.t()]
}