Skip to content

Commit

Permalink
Merge pull request #295 from AmalChandru/feat/update-to-latest-column
Browse files Browse the repository at this point in the history
feat: Rename column "Update To" to "Latest" in remediation advice table
  • Loading branch information
abhisek authored Dec 4, 2024
2 parents 1101fda + 19aa34e commit 7535652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reporter/summary.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7535652

Please sign in to comment.