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

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

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

Properties

action: "resolved"
alert: { number: number; secret_type: string; resolution:
| "false_positive"
| "wontfix"
| "revoked"
| "used_in_tests"
; resolved_by: User; resolved_at: string; }

The secret scanning alert involved in the event.

repository: Repository
optional
organization: Organization
optional
installation: InstallationLite
sender: User