Skip to content

Commit

Permalink
Merge pull request #454 from snyk/feat/upgrade-snyk-go-plugin
Browse files Browse the repository at this point in the history
feat: upgrade go-plugin with more logs and error handling
  • Loading branch information
orsagie authored Apr 22, 2019
2 parents f1cfd30 + faeec34 commit 2ac736c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"semver": "^6.0.0",
"snyk-config": "^2.2.1",
"snyk-docker-plugin": "1.22.1",
"snyk-go-plugin": "1.6.1",
"snyk-go-plugin": "1.7.0",
"snyk-gradle-plugin": "2.7.1",
"snyk-module": "1.9.1",
"snyk-mvn-plugin": "2.0.1",
Expand Down
3 changes: 2 additions & 1 deletion src/lib/plugins/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export interface InspectResult {
plugin: {
name: string;
runtime: string;
runtime?: string;
};
package: any;
}
Expand All @@ -12,6 +12,7 @@ export interface Options {
dev?: boolean;
strictOutOfSync?: boolean | 'true' | 'false';
multiDepRoots?: boolean;
debug?: boolean;
}

export interface Plugin {
Expand Down

0 comments on commit 2ac736c

Please sign in to comment.