Executes Apex Sec Scan for the SQL File and returns pass percentage. The SQL file is should be the export of the Oracle Apex Application.
Environment/Instance Properties
| Property Name | Property Code | Required | Description |
|---|---|---|---|
| APEXSEC Jar file path | FDAPEXSEC_SCANNER_JAR | Yes | ApexSec Scanner Jar with complete path (example C:\\ApexScanner\\apexScanner.jar) |
...
| Property Name | Property Code | Required | Description |
|---|---|---|---|
| APEX SQL File Name | FDAPEXSEC_SQL_FILE | Yes | The path to the Apex SQL file. If relative, it is assumed to be in the FD_ARTIFACTS_DIR. |
...
| Input Name | Input Code | Required | Description |
|---|---|---|---|
| APEX SQL File Name | FDAPEXSEC_SQL_FILE | No | The path to the Apex SQL file. If relative, it is assumed to be in the FD_ARTIFACTS_DIR. If not provided, value from project property will be used. |
Outputs
| Output Name | Description |
|---|---|
FDAPEXSEC_SCAN_PASSPERCENTAGE | The pass percentage from the Apex Scan. eg: 85 |
...