You've already forked sap-jenkins-library
							
							
				mirror of
				https://github.com/SAP/jenkins-library.git
				synced 2025-10-30 23:57:50 +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:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							4ab32f7e7c
						
					
				
				
					commit
					e828a94c85
				
			| @@ -55,6 +55,7 @@ func CreateCustomReport(data FortifyReportData, issueGroups []*models.ProjectVer | ||||
| 		Subheaders: []reporting.Subheader{ | ||||
| 			{Description: "Fortify project name", Details: data.ProjectName}, | ||||
| 			{Description: "Fortify project version", Details: data.ProjectVersion}, | ||||
| 			{Description: "Fortify URL", Details: data.URL}, | ||||
| 		}, | ||||
| 		Overview: []reporting.OverviewRow{ | ||||
| 			{Description: "Number of compliance violations", Details: fmt.Sprint(data.Violations)}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user