Skip to content

Commit 96cfdcd

Browse files
author
Dennis Tuan Anh Quach
committed
Adjusted Row Size Length to fit gitlab output limit
1 parent e4dc797 commit 96cfdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/devguard-scanner/scanner/print.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func PrintSecretScanResults(firstPartyVulns []dtos.FirstPartyVulnDTO, webUI stri
9090

9191
func PrintSastScanResults(firstPartyVulns []dtos.FirstPartyVulnDTO, webUI, assetName string, assetVersionName string) {
9292
tw := table.NewWriter()
93-
rowLengthLimit := 130
93+
rowLengthLimit := 80
9494
tw.SetAllowedRowLength(rowLengthLimit)
9595

9696
blue := text.FgBlue

0 commit comments

Comments
 (0)