SBoM.CycloneDX.V16.Task (SBoM v0.9.1)
View SourceDescribes the inputs, sequence of steps and resources used to accomplish a task and its output.
Summary
Types
@type t() :: %SBoM.CycloneDX.V16.Task{ __unknown_fields__: [Protobuf.unknown_field()], bom_ref: String.t(), description: String.t() | nil, inputs: [SBoM.CycloneDX.V16.InputType.t()], name: String.t() | nil, outputs: [SBoM.CycloneDX.V16.OutputType.t()], properties: [SBoM.CycloneDX.V16.Property.t()], resourceReferences: [SBoM.CycloneDX.V16.ResourceReferenceChoice.t()], runtimeTopology: [SBoM.CycloneDX.V16.Dependency.t()], steps: [SBoM.CycloneDX.V16.Step.t()], taskTypes: [SBoM.CycloneDX.V16.TaskType.t()], timeEnd: Google.Protobuf.Timestamp.t() | nil, timeStart: Google.Protobuf.Timestamp.t() | nil, trigger: SBoM.CycloneDX.V16.Trigger.t() | nil, uid: String.t(), workspaces: [SBoM.CycloneDX.V16.Workspace.t()] }