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.

InsightVM Container Image Scanner

assessContainerImage: Assess Container Image with Rapid7 InsightVM

  • failOnPluginError : boolean (optional)
    Enable this option to fail the build if the plugin encountered any errors.
  • imageId : String (optional)
    Provide a Docker image ID or name which can be referenced by the Docker daemon (e.g. my-repo/my-image:my-tag).
  • nameRules (optional)
      Array / List of Nested Choice of Objects
    • packageName
      • action : String
        Select Fail to set the build status to Fail. Select Mark Unstable to set the build status to Unstable.
      • contains : String
        Set the name that will trigger the selected action.
    • vulnerabilityCategory
      • action : String
        Select Fail to set the build status to Fail. Select Mark Unstable to set the build status to Unstable.
      • contains : String
        Set the name that will trigger the selected action.
    • vulnerabilityTitle
      • action : String
        Select Fail to set the build status to Fail. Select Mark Unstable to set the build status to Unstable.
      • contains : String
        Set the name that will trigger the selected action.
    • vulnerablePackageName
      • action : String
        Select Fail to set the build status to Fail. Select Mark Unstable to set the build status to Unstable.
      • contains : String
        Set the name that will trigger the selected action.
  • thresholdRules (optional)
      Array / List of Nested Choice of Objects
    • criticalVulnerabilities
      • action : String
        Select Fail to set the build status to Fail. Select Mark Unstable to set the build status to Unstable.
      • threshold : String
        Set the numeric threshold value that will trigger the selected action.
    • cvssV2Score
      • action : String
        Select Fail to set the build status to Fail. Select Mark Unstable to set the build status to Unstable.
      • threshold : String
        Set the numeric threshold value that will trigger the selected action.
    • exploitableVulnerabilities
      • action : String
        Select Fail to set the build status to Fail. Select Mark Unstable to set the build status to Unstable.
      • threshold : String
        Set the numeric threshold value that will trigger the selected action.
    • vulnerabilitiesWithMalwareKits
      • action : String
        Select Fail to set the build status to Fail. Select Mark Unstable to set the build status to Unstable.
      • threshold : String
        Set the numeric threshold value that will trigger the selected action.
    • moderateVulnerabilities
      • action : String
        Select Fail to set the build status to Fail. Select Mark Unstable to set the build status to Unstable.
      • threshold : String
        Set the numeric threshold value that will trigger the selected action.
    • packageRiskScore
      • action : String
        Select Fail to set the build status to Fail. Select Mark Unstable to set the build status to Unstable.
      • threshold : String
        Set the numeric threshold value that will trigger the selected action.
    • riskScore
      • action : String
        Select Fail to set the build status to Fail. Select Mark Unstable to set the build status to Unstable.
      • threshold : String
        Set the numeric threshold value that will trigger the selected action.
    • severeVulnerabilities
      • action : String
        Select Fail to set the build status to Fail. Select Mark Unstable to set the build status to Unstable.
      • threshold : String
        Set the numeric threshold value that will trigger the selected action.
    • totalVulnerabilities
      • action : String
        Select Fail to set the build status to Fail. Select Mark Unstable to set the build status to Unstable.
      • threshold : String
        Set the numeric threshold value that will trigger the selected action.
  • treatWarningsAsErrors : boolean (optional)
    Enable this option to treat warnings as errors, which will fail the build.
  • workspaceDir : String (optional)

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.