mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
checkmarxExecuteScan: Fix parameter handover (#1888)
Co-authored-by: Stephan Aßmus <stephan.assmus@sap.com> Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
This commit is contained in:
parent
d34f92cd00
commit
1fe94680df
@ -529,9 +529,9 @@ func (sys *SystemInstance) ScanProject(projectID int, isIncremental, isPublic, f
|
|||||||
scan := Scan{}
|
scan := Scan{}
|
||||||
jsonData := map[string]interface{}{
|
jsonData := map[string]interface{}{
|
||||||
"projectId": projectID,
|
"projectId": projectID,
|
||||||
"isIncremental": false,
|
"isIncremental": isIncremental,
|
||||||
"isPublic": true,
|
"isPublic": isPublic,
|
||||||
"forceScan": true,
|
"forceScan": forceScan,
|
||||||
"comment": "Scan From Golang Script",
|
"comment": "Scan From Golang Script",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user