The attributes of an SCA request, containing dependency graph data, vulnerability information, and repository context.

Hierarchy

  • ScaRequestDataAttributes

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

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

The list of dependencies discovered in the repository.

env?: string

The environment context in which the SCA scan was performed (e.g., production, staging).

The list of dependency manifest files found in the repository.

The dependency relations describing the inter-component dependency graph.

Information about the source code repository being analyzed.

service?: string

The name of the service or application being analyzed.

tags?: {
    [key: string]: string;
}

A map of key-value tags providing additional metadata for the SCA scan.

Type declaration

  • [key: string]: string

The list of vulnerabilities identified in the dependency graph.

Generated using TypeDoc