Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into add_tests_audit
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Sep 20, 2023
2 parents d1307f6 + fd8b279 commit 7ef6644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xray/utils/resultstable.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ func prepareSast(sasts []*sarif.Run, isTable bool) []formats.SourceCodeRow {
formats.SourceCodeRow{
SeverityDetails: formats.SeverityDetails{Severity: currSeverity.printableTitle(isTable), SeverityNumValue: currSeverity.NumValue()},
ScannerDescription: scannerDescription,
Finding: GetResultMsgText(sastResult),
Location: formats.Location{
File: GetRelativeLocationFileName(location, sastRun.Invocations),
StartLine: GetLocationStartLine(location),
Expand Down

0 comments on commit 7ef6644

Please sign in to comment.