Executes specific commands or tools in order to accomplish its owning task as part of a sequence.
Ordered list of commands or directives for the step
from field: repeated cyclonedx.v1_6.Command commands = 3;
Optional
A description of the step.
from field: optional string description = 2;
A name for the step.
from field: optional string name = 1;
Domain-specific step properties.
from field: repeated cyclonedx.v1_6.Property properties = 4;
from message cyclonedx.v1_6.Step
Executes specific commands or tools in order to accomplish its owning task as part of a sequence.