Specifying a scan results (FPR) file name
You can specify the name of the scan results (FPR) file you upload to Application Security using the -fprssc option with the start command. The file name must not exceed 128 characters in length and must not contain the following characters:
colon (:)
backslash (\)
forward slash (/)
asterisk (*)
question mark (?)
vertical bar or pipe (|)
less than (<)
greater than (>)
double quote (")
The following example scan request performs a remote translation and scan and specifies a name for the FPR file to upload:
scancentral -sscurl <ssc_url> -ssctoken <token> start ‑upload -versionid <app_version_id> -fprssc <my_fpr>.fpr
The following example scan request performs a remote scan and specifies a name for the FPR file for upload:
scancentral -sscurl <ssc_url> -ssctoken <token> start ‑upload -versionid <app_version_id> ‑fprssc <my_fpr>.fpr -b <build_id> ‑scan
See also