【发布时间】:2023-03-14 06:09:01
【问题描述】:
我正在运行 CLI 插件来测试我的项目的扫描。这是示例命令:
runCxConsole.cmd Scan -v -ProjectName "CxServer\Test" -CxServer https://test -cxuser uname -cxpassword pword -locationtype folder -locationpath "C:\Users\Test" -preset "Checkmarx Default"
当我运行这个命令时,我收到了这个错误:
[2020-07-16 16:48:32,960 INFO ] Initializing Cx client [2020.2.20.SCA]
[2020-07-16 16:48:38,108 INFO ] Checkmarx server version [9.0.0.40085]. Hotfix [3].
[2020-07-16 16:48:38,109 INFO ] Logging into the Checkmarx service.
[2020-07-16 16:48:40,906 ERROR] Could not resolve team ID from team name: /CxServer
【问题讨论】:
标签: plugins command-line-interface checkmarx secure-coding