elastic / snyk-github-issue-creator

CLI tool for creating GitHub issues from Snyk project issues
5 stars 6 forks source link

Sort Snyk issues in CLI by priority score first to mimic web UI #13

Closed watson closed 3 years ago

watson commented 3 years ago

Example of new output - notice that high and medium are now mixed and instead sorted first by the priority score which is shown in parentheses):

image

...

image

watson commented 3 years ago

@jportner I like your approach! Feel free to push a commit to the PR with these changes. Or if you prefer, I can just merge now and you can create another PR with these additions?