Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Run Oracle ApexSec Scan test and it returns only pass percentage in the FlexDeploy UI.

Environment/Instance Properties

Property NameProperty CodeRequiredDescription
APEXSEC Jar file pathFDAPEXSEC_SCANNER_JARYesApexSec Scanner Jar with complete path (example C:\\ApexScanner\\apexScanner.jar)
APEX URL NameFDAPEX_URLYesApex URL Name (e.g http://[host]:[port]/apex)
APEX User NameFDAPEX_USERYesProvide database user APEX_xxxxx or owner (parsing schema) of the application for export and import operations. You can use system user as well
APEX PasswordFDAPEX_PASSWORDYesPassword for APEX User.
APEX Database HostFDAPEXSEC_APEX_DB_HOSTYesApex Database Host Name for DBWorkspace
APEX Database PortFDAPEXSEC_APEX_DB_PORTYesApex Database Port Number for DBWorkspace (e.g 1521)

Project Properties

Property NameProperty CodeRequiredDescription
Workspace NameFDAPEX_WORKSPACE_NAMEYesAPEX Workspace Name. Provide uppercase name.
Application IDFDAPEX_APPLICATION_IDNoAPEX Application ID
APEX SIDFDAPEXSEC_APEX_DB_SIDYesApex SID (e.g apx03)
APEX SQL File NameFDAPEXSEC_SQL_FILEYesThe path to the Apex SQL file. If relative, it is assumed to be in the FD_ARTIFACTS_DIR.

Inputs

Input NameInput CodeRequiredDescription
APEX URL NameFDAPEX_URLNoApex URL Name (e.g http://[host]:[port]/apex)
Workspace NameFDAPEX_WORKSPACE_NAMENoAPEX Workspace Name. Provide uppercase name.
APEX User NameFDAPEX_USERNoProvide database user APEX_xxxxx or owner (parsing schema) of the application for export and import operations. You can use system user as well
APEX PasswordFDAPEX_PASSWORDNoPassword for APEX User.
Application IDFDAPEX_APPLICATION_IDNoAPEX Application ID
APEX Database HostFDAPEXSEC_APEX_DB_HOSTNoApex Database Host Name for DBWorkspace
APEX Database PortFDAPEXSEC_APEX_DB_PORTNoApex Database Port Number for DBWorkspace (e.g 1521)
APEX SIDFDAPEXSEC_APEX_DB_SIDNoApex SID (e.g apx03)
APEX SQL File NameFDAPEXSEC_SQL_FILENoThe path to the Apex SQL file. If relative, it is assumed to be in the FD_ARTIFACTS_DIR.

Outputs

Output NameDescription
FDAPEXSEC_SCAN_PASSPERCENTAGEThe pass percentage of  test

Artifacts

This operation produces artifacts that will be stored in the artifacts repository for only SQL file

Endpoint Selection

This operation delegates endpoint selection to the workflow developer. The workflow editor will default the selection to "All", which selects all available endpoints associated to the environment instance. Selecting a specific resource will result in selection of endpoints associated to the environment instance which have that resource defined. 

Endpoint Execution

This operation delegates endpoint execution to the workflow developer. The workflow editor will default to "Any", which will execute on any one of the selected endpoints, which will be randomly picked from selected endpoints or a specific endpoint where previous step may have executed. Changing this value to "All" to will result in execution on all selected endpoints. 

  • No labels