first
This commit is contained in:
15
safekiso-server/node_modules/snyk/dist/lib/ecosystems/index.d.ts
generated
vendored
Normal file
15
safekiso-server/node_modules/snyk/dist/lib/ecosystems/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import { Options } from '../types';
|
||||
import { Ecosystem } from './types';
|
||||
export { testEcosystem } from './test';
|
||||
export { monitorEcosystem } from './monitor';
|
||||
export { getPlugin } from './plugins';
|
||||
/**
|
||||
* Ecosystems are listed here if you opt in to the new plugin test flow.
|
||||
* This is a breaking change to the old plugin formats, so only a select few
|
||||
* plugins currently work with it.
|
||||
*
|
||||
* Currently container scanning is not yet ready to work with this flow,
|
||||
* hence this is in a separate function from getEcosystem().
|
||||
*/
|
||||
export declare function getEcosystemForTest(options: Options): Ecosystem | null;
|
||||
export declare function getEcosystem(options: Options): Ecosystem | null;
|
||||
Reference in New Issue
Block a user