Skip to content

Commit

Permalink
audit: newline to seperate vulnerable dependency (#74)
Browse files Browse the repository at this point in the history
💥
  • Loading branch information
adamdecaf authored and DarthHater committed Jan 23, 2020
1 parent 3a3e621 commit 92bcd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audit/auditlog.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func logVulnerablePackage(noColor bool, idx int, packageCount int, coordinate ty

for j := 0; j < len(coordinate.Vulnerabilities); j++ {
if !coordinate.Vulnerabilities[j].Excluded {
fmt.Printf("\n%s\n%s\n\nID:%s\nDetails:%s",
fmt.Printf("\n%s\n%s\n\nID:%s\nDetails:%s\n",
coordinate.Vulnerabilities[j].Title,
coordinate.Vulnerabilities[j].Description,
coordinate.Vulnerabilities[j].Id,
Expand Down

0 comments on commit 92bcd7e

Please sign in to comment.