Hello,
I'm attempting to connect Jenkins with AppScan Standard,
I've successfully achieved this by executing a post-build step on jenkins that deploys appscancmd with the proper settings,
The setup:
AppScan Standard is on a remote machine,
The approach:
I'm using WinRS to execute a command remotely on appscan's machine
The problem:
AppScan is taking awfully long in moving past 2 steps:
"Starting AppScan..." (about 5 minutes) and
"Scanning..." (about 8 minutes before scanning starts outputting anything)
According to the SdkDebug log, it's taking long during
"Off: [RemoteCommonEngineProvider] Creating ScanMgr: After"
and
"Off: [RemoteCommonEngineProvider] Creating AttackMgr: After"
This is not an issue when running AppScan Standard over remote desktop, headless or with GUI.
Does anyone have any idea what's behind this delay?
Thank you for your help,
Tiago Lopes