Skip to content

Commit

Permalink
shorten affected package to package (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex authored Dec 20, 2022
1 parent ea7499c commit e206217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/output/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
func PrintTableResults(vulnResult *models.VulnerabilityResults, outputWriter io.Writer) {
outputTable := table.NewWriter()
outputTable.SetOutputMirror(outputWriter)
outputTable.AppendHeader(table.Row{"OSV URL (ID In Bold)", "Ecosystem", "Affected Package", "Version", "Source"})
outputTable.AppendHeader(table.Row{"OSV URL (ID In Bold)", "Ecosystem", "Package", "Version", "Source"})

width, _, err := term.GetSize(int(os.Stdout.Fd()))
isTerminal := false
Expand Down

0 comments on commit e206217

Please sign in to comment.