cdx-proto
    Preparing search index...

    Type Alias Commit

    Commit: Message<"cyclonedx.v1_6.Commit"> & {
        author?: IdentifiableAction;
        committer?: IdentifiableAction;
        message?: string;
        uid?: string;
        url?: string;
    }

    Type declaration

    • Optionalauthor?: IdentifiableAction

      The author who created the changes in the commit

      from field: optional cyclonedx.v1_6.IdentifiableAction author = 3;

    • Optionalcommitter?: IdentifiableAction

      The person who committed or pushed the commit

      from field: optional cyclonedx.v1_6.IdentifiableAction committer = 4;

    • Optionalmessage?: string

      The text description of the contents of the commit

      from field: optional string message = 5;

    • Optionaluid?: string

      A unique identifier of the commit. This may be version control specific. For example, Subversion uses revision numbers whereas git uses commit hashes.

      from field: optional string uid = 1;

    • Optionalurl?: string

      The URL to the commit. This URL will typically point to a commit in a version control system.

      from field: optional string url = 2;

    from message cyclonedx.v1_6.Commit