updated documentation

This commit is contained in:
Jeremy Long
2015-11-30 06:50:15 -05:00
parent 1b3b4a5906
commit 921efc4d2b

View File

@@ -12,6 +12,8 @@ seven days the update will only take a few seconds.
#set( $H = '#' )
$H$H Quick Start
$H$H$H Step 1, Apply dependency-check-gradle plugin
Install from Maven central repo
@@ -25,7 +27,7 @@ buildscript {
}
}
apply plugin: 'dependencyCheck'
apply plugin: 'org.owasp.dependencycheck'
```
$H$H$H Step 2, Run the dependencyCheck task
@@ -36,9 +38,14 @@ Once gradle plugin applied, run following gradle task to check dependencies:
gradle dependencyCheck --info
```
The reports will be generated automatically under `buildDir/reports` folder.
The reports will be generated automatically under `build/reports` folder.
$H$H Task Configuration
The OWASP dependency-check-gradle plugin contains three tasks: [dependencyCheck](configuration.html),
[dependencyCheckUpdate](configuration-update.html), and [dependencyCheckPurge](configuration-purge.html).
Please see each tasks configuration page for more information.
Mailing List
------------