Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/actionify/src/deps/octokit-types.ts>RepositoryVulnerabilityAlertAlert

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface RepositoryVulnerabilityAlertAlert
import { type RepositoryVulnerabilityAlertAlert } from "https://deno.land/x/actionify@0.3.0/src/deps/octokit-types.ts";

The security alert of the vulnerable dependency.

Properties

id: number
number: number
node_id: string
state: "open" | "dismissed" | "fixed"
affected_range: string
affected_package_name: string
optional
dismisser: User
optional
dismiss_reason: string
optional
dismissed_at: string
severity: string
ghsa_id: string
external_reference: string
external_identifier: string
fixed_in: string
optional
fixed_at: string
optional
fix_reason: string
created_at: string