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 
			
		
		
		
	chore(pipelineCreateScanSummary): update issue text (#2999)
* chore(pipelineCreateScanSummary): update issue text * Update cmd/pipelineCreateScanSummary.go Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com> Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
This commit is contained in:
		| @@ -60,7 +60,7 @@ func runPipelineCreateScanSummary(config *pipelineCreateScanSummaryOptions, tele | ||||
|  | ||||
| 	output := []byte{} | ||||
| 	if len(config.PipelineLink) > 0 { | ||||
| 		output = []byte(fmt.Sprintf("## Pipeline Source for Details\n\n[%v](%v)\n\n", config.PipelineLink, config.PipelineLink)) | ||||
| 		output = []byte(fmt.Sprintf("## Pipeline Source for Details\n\nAs listed results might be incomplete, it is crucial that you check the detailed [pipeline](%v) status.\n\n", config.PipelineLink)) | ||||
| 	} | ||||
| 	for _, scanReport := range scanReports { | ||||
| 		if (config.FailedOnly && !scanReport.SuccessfulScan) || !config.FailedOnly { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user