Running fortify in docker container

Background:
I’m running Fortify to scan my code, earlier did this on a remote host where Fortify was installed and I used to check out the code and run the sourceanalyzer there.

Requirement:
Now I’m trying to run the same in a docker container, but I don’t want to make my container too heavy by installing Fortify in the image from which I spin up the container. Instead I would like to checkout my code in the container, point it to the original host where the Fortify was installed and then run the analyzer there and submit my report to the Fortify URL.

Tried to ssh into the env. from the container, but seems it is not working, any other solutions for this.

Thanks & Regards,
Sreekanth

1 Like

Also running into this problem :frowning: