UNPKG

@candrewsintegralblue/snyk

Version:

snyk library and cli utility

5 lines (4 loc) 272 B
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>;