Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 NameProperty CodeRequiredDescription
APEXSEC Jar file pathFDAPEXSEC_SCANNER_JARYesApexSec Scanner Jar with complete path (example C:\\ApexScanner\\apexScanner.jar)

...

Property NameProperty CodeRequiredDescription
APEX SQL File NameFDAPEXSEC_SQL_FILEYesThe path to the Apex SQL file. If relative, it is assumed to be in the FD_ARTIFACTS_DIR.

...

Input NameInput CodeRequiredDescription
APEX SQL File NameFDAPEXSEC_SQL_FILENo

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 NameDescription
FDAPEXSEC_SCAN_PASSPERCENTAGEThe pass percentage from the Apex Scan. eg: 85

...