11Tasks
22====================
33
4- Task | Description
5- ---------------------------------------------------------|-----------------------
6- [ dependencyCheckAnalyze] ( configuration.html ) | Runs dependency-check against the project and generates a report.
7- [ dependencyCheckAggregate] ( configuration-aggregate.html ) | Runs dependency-check against a multi-project build and generates a report.
8- [ dependencyCheckUpdate] ( configuration-update.html ) | Updates the local cache of the NVD data from NIST.
9- dependencyCheckPurge | Deletes the local copy of the NVD. This is used to force a refresh of the data.
4+ | Task | Description |
5+ | ---------------------------------------------------------- | --------------------------------------------------------------------------------- |
6+ | [ dependencyCheckAnalyze] ( configuration.html ) | Runs dependency-check against the project and generates a report. |
7+ | [ dependencyCheckAggregate] ( configuration-aggregate.html ) | Runs dependency-check against a multi-project build and generates a report. |
8+ | [ dependencyCheckUpdate] ( configuration-update.html ) | Updates the local cache of the NVD data from NIST. |
9+ | dependencyCheckPurge | Deletes the local copy of the NVD. This is used to force a refresh of the data. |
1010
1111Configuration
1212====================
@@ -27,9 +27,9 @@ apply plugin: 'org.owasp.dependencycheck'
2727$ gradle dependencyCheckPurge
2828```
2929
30- Property | Description | Default Value
31- ---------------------| ------------------------------------| ------------------
32- failOnError | Fails the build if an error occurs during the dependency-check analysis. | true
30+ | Property | Description | Default Value |
31+ | -------------| -------------------------------------------------------------------------- | --------------- |
32+ | failOnError | Fails the build if an error occurs during the dependency-check analysis. | true |
3333
3434#### Example
3535``` groovy
@@ -42,9 +42,9 @@ dependencyCheck {
4242
4343The following properties can be configured in the dependencyCheckPurge task. However, they are less frequently changed.
4444
45- Config Group | Property | Description | Default Value
46- -------------|------------------- |--------------------------------------------------------------------------------------------- |------------------
47- data | directory | Sets the data directory to hold SQL CVEs contents. This should generally not be changed. |   ;
45+ | Config Group | Property | Description | Default Value |
46+ | -------------- | -----------| ------------------------------------------------------------------------------------------| ---------------|
47+ | data | directory | Sets the data directory to hold SQL CVEs contents. This should generally not be changed. |   ; |
4848
4949#### Example
5050``` groovy
0 commit comments