snyk-nuget-plugin
Version:
Snyk CLI NuGet plugin
6 lines (5 loc) • 392 B
TypeScript
export declare function validate(): Promise<string>;
export declare function execute(args: string[], projectPath: string): Promise<string>;
export declare function restore(projectPath: string): Promise<void>;
export declare function run(projectPath: string, options: string[]): Promise<string>;
export declare function publish(projectPath: string, targetFramework?: string): Promise<string>;