1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/pkg/checkmarx
xgoffin 3c55d3c99c
feat(checkmarxExecuteScan): convert Checkmarx xml report to SARIF (#3696)
* feat(checkmarxExecuteScan): sarif conversion for Checkmarx XML reports

* feat(checkmarxExecuteScan): added taxonomies and similarityID

* fix(checkmarxExecuteScan): proper handling of ruleId and ruleIndex

* fix(sarif): mistype in checkmarx properties

* fix(checkmarxExecuteScan): fixed occasional panics when handling audit comment

* chore(sarif): proper variable naming

* chore(code): fix missing and unrecognized comments

* trigger PR

* fix(format): extra space

Co-authored-by: Sven Merk <33895725+nevskrem@users.noreply.github.com>
2022-04-04 16:12:35 +02:00
..
checkmarx_test.go checkmarxExecuteScan fixes (#3540) 2022-02-28 14:22:47 +01:00
checkmarx.go checkmarxExecuteScan fixes (#3540) 2022-02-28 14:22:47 +01:00
cxxml_to_sarif_test.go feat(checkmarxExecuteScan): convert Checkmarx xml report to SARIF (#3696) 2022-04-04 16:12:35 +02:00
cxxml_to_sarif.go feat(checkmarxExecuteScan): convert Checkmarx xml report to SARIF (#3696) 2022-04-04 16:12:35 +02:00
reporting_test.go Checkmarx json report (#3565) 2022-02-25 14:20:36 +01:00
reporting.go feat(checkmarxExecuteScan): convert Checkmarx xml report to SARIF (#3696) 2022-04-04 16:12:35 +02:00