mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
fix(checkmarxOne): added missing report (#4482)
* fix(checkmarxOne): added missing report * added missing files after go generate
This commit is contained in:
parent
84dead704b
commit
08d22a62e2
@ -203,6 +203,7 @@ func (p *checkmarxOneExecuteScanReports) persist(stepConfig checkmarxOneExecuteS
|
||||
{FilePattern: "**/Cx1_SASTResults_*.xml", ParamRef: "", StepResultType: "checkmarxone"},
|
||||
{FilePattern: "**/ScanReport.*", ParamRef: "", StepResultType: "checkmarxone"},
|
||||
{FilePattern: "**/toolrun_checkmarxone_*.json", ParamRef: "", StepResultType: "checkmarxone"},
|
||||
{FilePattern: "**/piper_checkmarxone_report.json", ParamRef: "", StepResultType: "checkmarxone"},
|
||||
}
|
||||
envVars := []gcs.EnvVar{
|
||||
{Name: "GOOGLE_APPLICATION_CREDENTIALS", Value: gcpJsonKeyFilePath, Modified: false},
|
||||
@ -843,6 +844,7 @@ func checkmarxOneExecuteScanMetadata() config.StepData {
|
||||
{"filePattern": "**/Cx1_SASTResults_*.xml", "type": "checkmarxone"},
|
||||
{"filePattern": "**/ScanReport.*", "type": "checkmarxone"},
|
||||
{"filePattern": "**/toolrun_checkmarxone_*.json", "type": "checkmarxone"},
|
||||
{"filePattern": "**/piper_checkmarxone_report.json", "type": "checkmarxone"},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -485,3 +485,5 @@ spec:
|
||||
type: checkmarxone
|
||||
- filePattern: "**/toolrun_checkmarxone_*.json"
|
||||
type: checkmarxone
|
||||
- filePattern: "**/piper_checkmarxone_report.json"
|
||||
type: checkmarxone
|
||||
|
Loading…
x
Reference in New Issue
Block a user