snyk
Version:
snyk library and cli utility
6 lines (5 loc) • 366 B
TypeScript
import { TestConfig } from '../types';
import { TestOutput } from './results';
export declare const systemCachePath: string;
export declare function scan(options: TestConfig, policyEnginePath: string, rulesBundlePath: string, rulesClientURL: string): Promise<TestOutput>;
export declare function getResultFromOutputFile(outputFilePath: string): Promise<TestOutput>;