-
Notifications
You must be signed in to change notification settings - Fork 570
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update table sort to be name, version, type, severity, vulnerab…
…ility (#1400) * feat: update table sort to be name, version, type, severity, vuln --------- Signed-off-by: Christopher Phillips <[email protected]>
- Loading branch information
Showing
3 changed files
with
84 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
grype/presenter/table/test-fixtures/snapshot/TestDisplaysIgnoredMatches.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
NAME INSTALLED FIXED-IN TYPE VULNERABILITY SEVERITY | ||
package-1 1.1.1 rpm CVE-1999-0002 Critical | ||
package-1 1.1.1 the-next-version rpm CVE-1999-0001 Low | ||
package-2 2.2.2 deb CVE-1999-0001 Low (suppressed) | ||
package-2 2.2.2 deb CVE-1999-0002 Critical (suppressed) | ||
package-2 2.2.2 deb CVE-1999-0001 Low (suppressed) |