Hi,
I am trying to integrate Fortify SAST with Azure DevOps Pipeline. However, I encountered the error below after running the SAST task:
I am using self-hosted agent, Default > server32 and configured the SAST controller and SSC URL in it's host file:
I open the SAST controller log in SAST Controller VM to see if the agent are able to contact it and I got error as below:
2024-05-02 10:23:12,583 [WARN] [172.19.2.32 GET /scancentral-ctrl/rest/v2/update/download] com.fortify.cloud.ctrl.web.controller.rest.UpdateController - Client [172.19.2.32] earlier than 22.1.0 tries to request the update file without checking for available updates.
I tried integrating Fortify DAST with Azure Pipeline and it works seamlessly. I wonder if I missed out anything for Fortify SAST.
Would appreciate if someone can help me identify the issue. Much thanks.