Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleChecksRepoScanV1alphaGenerateScanRequest

import type { GoogleChecksRepoScanV1alphaGenerateScanRequest } from "https://googleapis.deno.dev/v1/checks:v1alpha.ts";

The request message for RepoScanService.GenerateScan.

interface GoogleChecksRepoScanV1alphaGenerateScanRequest {
cliVersion?: string;
localScanPath?: string;
}

§Properties

§

Required. CLI analysis results.

§
cliVersion?: string
[src]

Required. CLI version.

§
localScanPath?: string
[src]

Required. Local scan path.

§

Required. SCM metadata.