Skip to content

Commit

Permalink
style(cli): align vulnerability summary report
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
afiune committed Apr 28, 2020
1 parent 6e36455 commit 0b37cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/cmd/vulnerability.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ func buildVulnerabilityReport(report *api.VulContainerReport) string {
t = tablewriter.NewWriter(imageDetailsTable)
t.SetBorder(false)
t.SetColumnSeparator("")
t.SetAlignment(tablewriter.ALIGN_LEFT)
t.AppendBulk(vulContainerImageToTable(&report.Image))
t.Render()

Expand Down

0 comments on commit 0b37cf6

Please sign in to comment.