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.

Vulnerability Vines AI Plugin

vinesScan: Vines AI DAST Scan

  • credentialsId : String

    Select a Jenkins Secret Text credential containing your Vines API token. If empty, the plugin will try the VINES_TOKEN environment variable.

  • targetUrl : String

    Full URL of the application to scan (e.g., https://example.com).

  • pollingIntervalSec : int
  • timeoutMinutes : int
  • cvssCutoff : double

    Fail the build if any finding has CVSS score ≥ this value.

  • maxCritical : int

    Maximum allowed Critical findings (applied to NEW findings if the toggle is checked).

  • maxHigh : int
  • maxMedium : int
  • newOnly : boolean

    When checked, gates apply to new findings only (recommended to avoid blocking on legacy debt).


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.