Listing Application Versions
You can use fortifyclient
to list the Fortify Software Security Center applicationA customer codebase evaluated by Fortify software. The top-level container for one or more application versions. When you work with a new codebase, the application and first application version are automatically created. An application includes one or more application versions that users create and configure. versions accessible by the account that was used to create a particular access token.
Note: Administrator‑level users can view all application versions. Security Lead users can view all application versions they created or to which they have been granted access. Manager and Developer account users can view application versions to which they have been granted access.
To perform the command in this section, you must first obtain an upload authentication tokenUnique keys that enable users to automate actions within Fortify Software Security Center without using passwords. The user requests a token, authenticates to the Fortify Software Security Center server, and receives back a string that is permissioned for a small set of time-limited actions. Fortify Scan Analytics also generates authentication tokens that are required to configure a connection between Scan Analytics and Fortify Software Security Center.. (See About Uploading Authentication Tokens.)
To retrieve a list of application identifiers, application names, and application versions:
- Navigate to the
<ssc_install_dir>/Tools/fortifyclient/bin
directory. -
Run the following:
fortifyclient ‑url <ssc_url> ‑authtoken <token> listApplicationVersions
where
<ssc_url>
represents the URL of the Fortify Software Security Center instance (see About Specifying the Fortify Software Security Center URL) and<token>
is a validfortifyclient
authenticationIdentity verification, typically with passwords. Authentication precedes authorization. token. You can also use the‑user
and‑password
parameters to specify user account credentials.
For all application versions accessible to the user account that created the token, the fortifyclient
utility lists the application version ID, name, and number.