mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-30 05:59:39 +02:00
add FortifyReportData.URL to scanReport (#3821)
hopefully that gives users a direct link back to the original fortify project+version Co-authored-by: xgoffin <86716549+xgoffin@users.noreply.github.com> Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
This commit is contained in:
parent
4ab32f7e7c
commit
e828a94c85
@ -55,6 +55,7 @@ func CreateCustomReport(data FortifyReportData, issueGroups []*models.ProjectVer
|
|||||||
Subheaders: []reporting.Subheader{
|
Subheaders: []reporting.Subheader{
|
||||||
{Description: "Fortify project name", Details: data.ProjectName},
|
{Description: "Fortify project name", Details: data.ProjectName},
|
||||||
{Description: "Fortify project version", Details: data.ProjectVersion},
|
{Description: "Fortify project version", Details: data.ProjectVersion},
|
||||||
|
{Description: "Fortify URL", Details: data.URL},
|
||||||
},
|
},
|
||||||
Overview: []reporting.OverviewRow{
|
Overview: []reporting.OverviewRow{
|
||||||
{Description: "Number of compliance violations", Details: fmt.Sprint(data.Violations)},
|
{Description: "Number of compliance violations", Details: fmt.Sprint(data.Violations)},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user