mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
fix(protecodeExecuteScan): Fix typo in report name (#2982)
* Fix exclude and enhance docs * Fix test * Fix test * Add reporting to checkmarx step * Improve text * Add protecode report * Fix fmt * Add error handling * Fix report name
This commit is contained in:
parent
8458dd6afa
commit
ee6d46a77c
@ -59,7 +59,7 @@ func writeJSON(path, name string, data interface{}, writeToFile func(f string, d
|
||||
|
||||
func CreateCustomReport(productName string, productID int, data map[string]int, vulns []Vuln) reporting.ScanReport {
|
||||
scanReport := reporting.ScanReport{
|
||||
Title: "Procode Vulnerability Report",
|
||||
Title: "Protecode Vulnerability Report",
|
||||
Subheaders: []reporting.Subheader{
|
||||
{Description: "Product name", Details: productName},
|
||||
{Description: "Product ID", Details: fmt.Sprint(productID)},
|
||||
|
Loading…
x
Reference in New Issue
Block a user