Scanning SQL projects

On Windows (and Linux for .NET projects only), OpenText SAST assumes that files with the .sql extension are T-SQL rather than PL/SQL. To perform a remote translation of a SQL project, you might need to specify what type of SQL your project uses.

To scan the project, run one of the following commands:

scancentral -sscurl <ssc_url> -ssctoken <token> start -targs "-sql-language PL/SQL"

or

scancentral -sscurl <ssc_url> -ssctoken <token> start -targs "-sql-language TSQL"