0

我想在 Checkmarx 仪表板页面上获取所有项目的所有 Checkmarx 扫描详细信息。如何使用从 shell 或 python 脚本调用的 Checkmarx API 执行此操作?

4

2 回答 2

0

试试这个:按 ID 获取报告 - GET /reports/sastScan/{id}

https://checkmarx.atlassian.net/wiki/spaces/KC/pages/222101925/Get+Report+s+by+Id+-+GET+reports+sastScan+id+v8.6.0+and+up

于 2019-03-26T16:09:25.933 回答
0

你可以试试swagger生成的curl命令。要访问实时 Swagger 环境,请导航至:

http://:/cxrestapi/help/swagger/ui/index (例如http://localhost/cxrestapi/help/swagger/ui/index

如果你想使用 python 脚本,你可以试试我在 GitHub 上的演示(https://github.com/binqsoft/CxRestPy

于 2019-05-06T03:28:01.907 回答