mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 07:44:23 +01:00
updated to use markdown syntax rather then HTML (fixing vm/md interaction)
Former-commit-id: bde9d01fb7a656bd115ec23994bc474c82bfcf74
This commit is contained in:
@@ -10,7 +10,9 @@ 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
|
||||
seven days the update will only take a few seconds.
|
||||
|
||||
<h3>Create the DependencyCheck-report.html in the target directory</h3>
|
||||
Example 1:
|
||||
---------------------
|
||||
Create the DependencyCheck-report.html in the target directory
|
||||
|
||||
```xml
|
||||
<project>
|
||||
@@ -37,7 +39,9 @@ seven days the update will only take a few seconds.
|
||||
</project>
|
||||
```
|
||||
|
||||
<h3>Create the DependencyCheck-report.html and fail the build for CVSS greater then 8</h3>
|
||||
Example 2:
|
||||
---------------------
|
||||
Create the DependencyCheck-report.html and fail the build for CVSS greater then 8
|
||||
|
||||
```xml
|
||||
<project>
|
||||
@@ -67,7 +71,9 @@ seven days the update will only take a few seconds.
|
||||
</project>
|
||||
```
|
||||
|
||||
<h3>Create the dependency-check report within the site</h3>
|
||||
Example 3:
|
||||
---------------------
|
||||
Create the dependency-check report within the site
|
||||
|
||||
```xml
|
||||
<project>
|
||||
|
||||
Reference in New Issue
Block a user