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.

OWASP Dependency-Check Plugin

dependencyCheckPublisher: Publish Dependency-Check results

  • failedNewCritical (optional)
    • Type: int
  • failedNewHigh (optional)
    • Type: int
  • failedNewLow (optional)
    • Type: int
  • failedNewMedium (optional)
    • Type: int
  • failedTotalCritical (optional)
    • Type: int
  • failedTotalHigh (optional)
    • Type: int
  • failedTotalLow (optional)
    • Type: int
  • failedTotalMedium (optional)
    • Type: int
  • newThresholdAnalysisExploitable (optional)
    • Type: boolean
  • pattern (optional)
    • Type: String
  • totalThresholdAnalysisExploitable (optional)
    • Type: boolean
  • unstableNewCritical (optional)
    • Type: int
  • unstableNewHigh (optional)
    • Type: int
  • unstableNewLow (optional)
    • Type: int
  • unstableNewMedium (optional)
    • Type: int
  • unstableTotalCritical (optional)
    • Type: int
  • unstableTotalHigh (optional)
    • Type: int
  • unstableTotalLow (optional)
    • Type: int
  • unstableTotalMedium (optional)
    • Type: int

dependencyCheck: Invoke Dependency-Check

  • additionalArguments (optional)
    • Type: String
  • odcInstallation (optional)
    • Type: String
  • skipOnScmChange (optional)
    • Type: boolean
  • skipOnUpstreamChange (optional)
    • 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.