The following plugin provides functionality available through
Pipeline-compatible steps. Read more about how to integrate steps into your
Pipeline in the
Steps
section of the
Pipeline Syntax
page.
For a list of other such plugins, see the
Pipeline Steps Reference
page.
Acunetix
step([$class: 'BuildScanner'])
: Acunetix
Trigger automated Acunetix scans as part of your web application's build process
profile : String
The Scan Type used to scan the target
target : String
The Scan Target on which to run a scan (excludes Targets requiring Manual Intervention)
repTemp : String
Generate a Report after the scan completes. The report is available for download from Acunetix backend within a time frame of one hour
threat : String
The Threat Level (High, Medium, Low) to fail the build on
stopScan : boolean
If selected, the scan will be stopped if the build fails (Threat Level is reached)
svRep : boolean
Option to download the report in the project workspace from where it can be used for other operations like attaching to an email or archiving.
Note: Archiving can be done with "Archive the artifacts" post-build action
incScan : boolean
This will create an Incremental scan. The first scan will scan all the site. Subsequent scans will only scan the changes in the site, resulting in smaller scans.
incScanId : String
stopTargetScans : boolean
This is useful when older versions of the web application are discarded by the CI/CD when an updated version is created.
Was this page helpful?
Please submit your feedback about this page through this
quick form.
Alternatively, if you don't wish to complete the quick form, you can simply
indicate if you found this page helpful?
See existing feedback here.