mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-26 19:11:29 +01:00
1.3 KiB
1.3 KiB
Tasks
| Task | Description |
|---|---|
| dependencyCheck | Runs dependency-check against the project and generates a report. |
| [dependencyCheckUpdate]](configuration-update.html) | Updates the local cache of the NVD data from NIST. |
| dependencyCheckPurge | Deletes the local copy of the NVD. This is used to force a refresh of the data. |
Configuration: dependencyCheckPurge
Example
dependencyCheckPurge {
}
Advanced Configuration
The following properties can be configured in the dependencyCheckPurge task. However, they are less frequently changed.
| Config Group | Property | Description | Default Value |
|---|---|---|---|
| data | directory | Sets the data directory to hold SQL CVEs contents. This should generally not be changed. |
$H$H$H$H Example
dependencyCheckPurge {
data {
directory='d:/nvd'
}
}