mirror of
https://github.com/safedep/vet.git
synced 2025-12-10 00:22:08 -06:00
Merge pull request #295 from AmalChandru/feat/update-to-latest-column
feat: Rename column "Update To" to "Latest" in remediation advice table
This commit is contained in:
commit
7535652640
@ -446,7 +446,7 @@ func (r *summaryReporter) renderRemediationAdvice() {
|
||||
|
||||
func (r *summaryReporter) addRemediationAdviceTableRows(tbl table.Writer,
|
||||
sortedPackages []*summaryReporterRemediationData, maxAdvice int) {
|
||||
tbl.AppendHeader(table.Row{"Ecosystem", "Package", "Update To", "Impact Score", "Vuln Risk"})
|
||||
tbl.AppendHeader(table.Row{"Ecosystem", "Package", "Latest", "Impact Score", "Vuln Risk"})
|
||||
|
||||
// Re-use the formatting logic within this function boundary
|
||||
formatTags := func(tags []string) string {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user