The attributes of an MCP SCA scan request, describing the libraries to scan and their context.

Hierarchy

  • McpScanRequestDataAttributes

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
commitHash: string

The commit hash of the source code being scanned.

The list of libraries to scan for vulnerabilities.

resourceName: string

The name of the resource (typically the repository or project name) being scanned.

Generated using TypeDoc