mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 16:49:43 +01:00
fixed bug in markdown velocity combo - velocity comments are the same as section headers (##) in markdown
Former-commit-id: 9343b0368aa1c1604c5e8d90846545baa95975dd
This commit is contained in:
@@ -9,15 +9,15 @@ script executable:
|
|||||||
|
|
||||||
To scan a folder on the system you can run:
|
To scan a folder on the system you can run:
|
||||||
|
|
||||||
### Windows
|
<h3>Windows</h3>
|
||||||
dependency-check.bat --app "My App Name" --scan "c:\java\application\lib"
|
dependency-check.bat --app "My App Name" --scan "c:\java\application\lib"
|
||||||
|
|
||||||
### \*nix
|
<h3>\*nix</h3>
|
||||||
dependency-check.sh --app "My App Name" --scan "/java/application/lib"
|
dependency-check.sh --app "My App Name" --scan "/java/application/lib"
|
||||||
|
|
||||||
To view the command line arguments, see the <a href="arguments.html">arguments page</a>, or you can run:
|
To view the command line arguments, see the <a href="arguments.html">arguments page</a>, or you can run:
|
||||||
### Windows
|
<h3>Windows</h3>
|
||||||
dependency-check.bat --help
|
dependency-check.bat --help
|
||||||
|
|
||||||
### \*nix
|
<h3>\*nix</h3>
|
||||||
dependency-check.sh --help
|
dependency-check.sh --help
|
||||||
@@ -10,7 +10,7 @@ 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 plugin is executed at least once every
|
||||||
seven days the update will only take a few seconds.
|
seven days the update will only take a few seconds.
|
||||||
|
|
||||||
### Create the DependencyCheck-report.html in the target directory
|
<h3>Create the DependencyCheck-report.html in the target directory</h3>
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<project>
|
<project>
|
||||||
@@ -37,7 +37,7 @@ seven days the update will only take a few seconds.
|
|||||||
</project>
|
</project>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create the DependencyCheck-report.html and fail the build for CVSS greater then 8
|
<h3>Create the DependencyCheck-report.html and fail the build for CVSS greater then 8</h3>
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<project>
|
<project>
|
||||||
@@ -67,7 +67,7 @@ seven days the update will only take a few seconds.
|
|||||||
</project>
|
</project>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create the dependency-check report within the site
|
<h3>Create the dependency-check report within the site</h3>
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<project>
|
<project>
|
||||||
|
|||||||
Reference in New Issue
Block a user