Installing a standalone client
To submit scan requests for remote translation and remote scan to your Fortify ScanCentral SAST sensors, you can use standalone clients. A standalone client is independent of an OpenText SAST installation.
To install a standalone client:
Copy the Fortify ScanCentral SAST client files to your machine by doing one of the following:
Install from a Fortify ScanCentral SAST client ZIP file:
Extract the contents of the
Fortify_ScanCentral_Client_<version>_x64.zipfile to any directory on your machine.Make sure that the installation path contains no spaces.
On Linux systems, give the
scancentral,pwtool, andpackagescannerfiles execute permission.Add
<client_install_dir>/binto your PATH environment variable.The <client_install_dir> is the directory where you extracted the Fortify ScanCentral SAST client ZIP.
Set the
SCANCENTAL_JAVA_HOMEenvironment variable to point to a Java version that Fortify ScanCentral SAST client supports, and make sure that you add the Java executable to thePATHenvironment variable.
Install the Fortify ScanCentral SAST client as a component of an OpenTextâ„¢ Application Security Tools installation.
For instructions, see the OpenTextâ„¢ Application Security Tools Guide.
Open the
<client_install_dir>/Core/config/client.propertiesfile in a text editor.Set the same value for the
client_auth_tokenproperty that you set for theclient_auth_tokenproperty on the Controller (in the<controller_install_dir>/tomcat/webapps/scancentral-ctrl/WEB-INF/classes/config.propertiesfile).For information about how to generate an encrypted shared secret, see Encrypting the Shared Secret on a Client.
Save and close the
client.propertiesfile.
See also