-
Notifications
You must be signed in to change notification settings - Fork 572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: sort all vulns by severity before display #742
Conversation
44d1584
to
42ec296
Compare
@@ -56,6 +57,10 @@ export function formatIssuesWithRemediation( | |||
return results; | |||
} | |||
|
|||
export function getSeverityValue(severity) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
types please :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
@@ -56,6 +57,10 @@ export function formatIssuesWithRemediation( | |||
return results; | |||
} | |||
|
|||
export function getSeverityValue(severity) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
types please :-)
42ec296
to
ac9ba71
Compare
ac9ba71
to
b741f66
Compare
@miiila please re-check on Monday ty! |
🎉 This PR is included in version 1.221.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What does this PR do?
Sort vulns output for actionable remediation view.