Allows users to start security scans via Acunetix 360 and see their reports in Jenkins
Acunetix 360 plugin needs the admin user to define the API settings only once.
Global settings can be overridden in pipeline scripts by giving ncApiToken and/or acxServerURL parameters.
step([$class: 'ACXScanBuilder', ncScanType: 'FullWithPrimaryProfile', ncWebsiteId: '19011b1b-4141-4331-8514-ab4102a4c135'])
Once you define global API settings, the plugin retrieves available scan settings such as scannable website list and scan profile names. You can easily select relevant settings.
Once your initiated scan is completed, you can easily see your executive scan report on the build result window.
In order to use the Acunetix 360 scan plugin, following requirements needs to be satisfied:
-
The user must have API token which has permission to start security scan.
-
The token belongs to the Acunetix 360 account must have at least one registered website.
Acunetix 360 Jenkins Plugin documentation is available at:
Acunetix 360 SDLC documentation is available at: