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

AnalyzePackagesRequestV1

import type { AnalyzePackagesRequestV1 } from "https://googleapis.deno.dev/v1/ondemandscanning:v1.ts";

AnalyzePackagesRequest is the request to analyze a list of packages and create Vulnerability Occurrences for it.

interface AnalyzePackagesRequestV1 {
includeOsvData?: boolean;
packages?: PackageData[];
resourceUri?: string;
}

§Properties

§
includeOsvData?: boolean
[src]

[DEPRECATED] Whether to include OSV data in the scan. For backwards compatibility reasons, this field can be neither removed nor renamed.

§
packages?: PackageData[]
[src]

The packages to analyze.

§
resourceUri?: string
[src]

Required. The resource URI of the container image being scanned.