mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
Usage
|
||||
======================
|
||||
Dependency-check-maven is very simple to utilize and can be used as a stand-alone
|
||||
plugin or as part of the site plugin.
|
||||
plug-in or as part of the site plug-in. The plug-in requires Maven 3.1 or higher.
|
||||
|
||||
It is important to understand that the first time this task is executed it may
|
||||
take 20 minutes or more as it downloads and processes the data from the National
|
||||
Vulnerability Database (NVD) hosted by NIST: https://nvd.nist.gov
|
||||
|
||||
After the first batch download, as long as the plugin is executed at least once every
|
||||
After the first batch download, as long as the plug-in is executed at least once every
|
||||
seven days the update will only take a few seconds.
|
||||
|
||||
#set( $H = '#' )
|
||||
|
||||
@@ -32,7 +32,7 @@ OWASP dependency-check's core analysis engine can be used as:
|
||||
- [Command Line Tool](dependency-check-cli/index.html)
|
||||
- [Gradle Plugin](dependency-check-gradle/index.html)
|
||||
- [Jenkins Plugin](dependency-check-jenkins/index.html)
|
||||
- [Maven Plugin](dependency-check-maven/index.html)
|
||||
- [Maven Plugin](dependency-check-maven/index.html) - Maven 3.1 or newer required
|
||||
- [SBT Plugin](https://github.com/albuch/sbt-dependency-check)
|
||||
|
||||
For help with dependency-check the following resource can be used:
|
||||
|
||||
Reference in New Issue
Block a user