cdx-proto
    Preparing search index...

    Type Alias Formula

    Formula: Message<"cyclonedx.v1_5.Formula"> & {
        bomRef?: string;
        components: cdx_15.Component[];
        properties: cdx_15.Property[];
        services: cdx_15.Service[];
        workflows: cdx_15.Workflow[];
    }

    Describes workflows and resources that captures rules and other aspects of how the associated BOM component or service was formed.

    Type declaration

    • OptionalbomRef?: string

      BOM unique reference to the resource.

      from field: optional string bom_ref = 1;

    • components: cdx_15.Component[]

      Transient components that are used in tasks that constitute one or more of this formula's workflows

      from field: repeated cyclonedx.v1_5.Component components = 2;

    • properties: cdx_15.Property[]

      Domain-specific formula properties.

      from field: repeated cyclonedx.v1_5.Property properties = 5;

    • services: cdx_15.Service[]

      Transient services that are used in tasks that constitute one or more of this formula's workflows

      from field: repeated cyclonedx.v1_5.Service services = 3;

    • workflows: cdx_15.Workflow[]

      List of workflows that can be declared to accomplish specific orchestrated goals and independently triggered.

      from field: repeated cyclonedx.v1_5.Workflow workflows = 4;

    from message cyclonedx.v1_5.Formula