UNPKG

supamend

Version:

Pluggable DevSecOps Security Scanner with 10+ scanners and multiple reporting channels

18 lines 595 B
import { Reporter } from '../interfaces/reporter'; import { ScanResult } from '../types'; export declare class JsonReporter implements Reporter { name: string; description: string; version: string; init(config?: Record<string, any>): Promise<void>; report(results: ScanResult[], options?: Record<string, any>): Promise<void>; isAvailable(): Promise<boolean>; private generateSummary; /** * Check if an error is retryable */ private isRetryableError; } declare const _default: JsonReporter; export default _default; //# sourceMappingURL=json.d.ts.map