我想在 Checkmarx 仪表板页面上获取所有项目的所有 Checkmarx 扫描详细信息。如何使用从 shell 或 python 脚本调用的 Checkmarx API 执行此操作?
2 回答
0
试试这个:按 ID 获取报告 - GET /reports/sastScan/{id}
于 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 回答