# dependency-check-plugin **Repository Path**: mirrors_GEBIT/dependency-check-plugin ## Basic Information - **Project Name**: dependency-check-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-18 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [](https://ci.jenkins.io/job/Plugins/job/dependency-check-plugin) [![License][license-image]][license-url] [](https://plugins.jenkins.io/dependency-check-jenkins-plugin) [](https://plugins.jenkins.io/dependency-check-jenkins-plugin) [](https://issues.jenkins-ci.org/issues/?jql=component%20%3D%20dependency-check-jenkins-plugin) [](https://www.codacy.com/app/stevespringett/dependency-check-plugin?utm_source=github.com&utm_medium=referral&utm_content=jenkinsci/dependency-check-plugin&utm_campaign=Badge_Grade) # Dependency-Check Jenkins Plugin Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities. This tool can be part of the solution to the OWASP Top 10 2017: A9 - Using Components with Known Vulnerabilities. This plug-in can independently execute a Dependency-Check analysis and visualize results. ## Seeking New Maintainer Due to time constraints, other commitments, and the values of the Jenkins project not aligning to my own, I am seeking a new maintainer. Create a ticket on https://issues.jenkins-ci.org/ if interested and/or follow guidance in https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/ if you're interested in becoming the maintainer of the plugin. ## Usage The plugin has three main components: a globally defined tool configuration, a builder, and a publisher. #### Global Tool Configuration One or more Dependency-Check versions can be installed via the Jenkins Global Tool Configuration. The installation of Dependency-Check can be performed automatically, which will download and extract the official Command-Line Interface (CLI) from Bintray, or an official distribution can be installed manually and the path to the installation referenced in the configuration.  #### Builder The builder performs an analysis using one of the pre-defined Dependency-Check CLI installations. Configuration specific to Jenkins is minimal, with important aspects of the job configuration being the 'Arguments' field, which is sent directly to the CLI installation defined.  #### Publisher The publisher works independently of the tool configuration or builder and is responsible for reading dependency-check-report.xml and generating metrics, trends, findings, and optionally failing the build or putting it into a warning state based on configurable thresholds. 