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
    The Scan Type used to scan the target
    • Type: String
  • target
    The Scan Target on which to run a scan (excludes Targets requiring Manual Intervention)
    • Type: String
  • repTemp
    Generate a Report after the scan completes. The report is available for download from Acunetix backend within a time frame of one hour
    • Type: String
  • threat
    The Threat Level (High, Medium, Low) to fail the build on
    • Type: String
  • stopScan
    If selected, the scan will be stopped if the build fails (Threat Level is reached)
    • Type: boolean
  • svRep
    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
    • Type: boolean
  • incScan
    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.
    • Type: boolean
  • incScanId
    • Type: String
  • stopTargetScans
    This is useful when older versions of the web application are discarded by the CI/CD when an updated version is created.
    • Type: boolean

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.