Configuring upload to Fortify Software Security Center retry attempts

To configure the number of times the Controller can retry to upload scan results, and the amount of time the Controller waits after a failed upload before it tries again:

  1. Open the <controller_install_dir>/tomcat/webapps/scancentral-ctrl/WEB-INF/classes/config.properties file in a text editor.

  2. To set the maximum number of upload retry attempts, locate the ssc_upload_retry_count property, and replace the default value of 5 with any integer value from 1 to 10.

    If the specified value is outside of the valid range or is invalid, Fortify ScanCentral SAST applies the default value.

  3. To set the interval between upload retry attempts, locate the ssc_upload_retry_interval property, and replace the default value of 120 (seconds) with any integer value from 60 (1 minute) to 900 (15 minutes).

    If the specified value is outside of the valid range or is invalid, Fortify ScanCentral SAST applies the default value.

  4. Save and close the config.properties file.

See also

Submitting Scan Requests and Uploading Results to Fortify Software Security Center

Retrying Failed Uploads to Fortify Software Security Center