Skip to content

Commit

Permalink
Merge pull request #2368 from snyk/feat/handle-unexpected-errors
Browse files Browse the repository at this point in the history
fix: handle unexpected errors
  • Loading branch information
Jahed Ahmed authored Nov 29, 2021
2 parents 7a83d85 + a8835ab commit 9dafe39
Show file tree
Hide file tree
Showing 13 changed files with 679 additions and 494 deletions.
5 changes: 5 additions & 0 deletions src/cli/exit-codes.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export const EXIT_CODES = {
VULNS_FOUND: 1,
ERROR: 2,
NO_SUPPORTED_PROJECTS_DETECTED: 3,
};
Loading

0 comments on commit 9dafe39

Please sign in to comment.