Metadata about the commit associated with the SCA scan, including author, committer, and branch information.

Hierarchy

  • ScaRequestDataAttributesCommit

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
authorDate?: string

The date when the commit was authored.

authorEmail?: string

The email address of the commit author.

authorName?: string

The full name of the commit author.

branch?: string

The branch name on which the commit was made.

committerEmail?: string

The email address of the person who committed the change.

committerName?: string

The full name of the person who committed the change.

sha?: string

The SHA hash uniquely identifying the commit.

Generated using TypeDoc