mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 08:39:24 +01:00
version 0.2.6.1
Former-commit-id: 216985f090c33a5d79c9389afd714a9423f15312
This commit is contained in:
@@ -10,8 +10,8 @@ Usage
|
|||||||
|
|
||||||
> $ mvn package
|
> $ mvn package
|
||||||
> $ cd target
|
> $ cd target
|
||||||
> $ java -jar dependency-check-0.2.6.0.jar -h
|
> $ java -jar dependency-check-0.2.6.1.jar -h
|
||||||
> $ java -jar dependency-check-0.2.6.0.jar -a Testing -out . -scan ./test-classes -scan ./lib
|
> $ java -jar dependency-check-0.2.6.1.jar -a Testing -out . -scan ./test-classes -scan ./lib
|
||||||
|
|
||||||
Then load the resulting 'DependencyCheck-Report.html' into your favorite browser.
|
Then load the resulting 'DependencyCheck-Report.html' into your favorite browser.
|
||||||
|
|
||||||
|
|||||||
3
pom.xml
3
pom.xml
@@ -22,7 +22,7 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses />.
|
|||||||
|
|
||||||
<groupId>org.owasp.dependency-check</groupId>
|
<groupId>org.owasp.dependency-check</groupId>
|
||||||
<artifactId>dependency-check</artifactId>
|
<artifactId>dependency-check</artifactId>
|
||||||
<version>0.2.6.0</version>
|
<version>0.2.6.1</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>DependencyCheck</name>
|
<name>DependencyCheck</name>
|
||||||
@@ -49,7 +49,6 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses />.
|
|||||||
<connection>scm:git:git@github.com:jeremylong/DependencyCheck.git</connection>
|
<connection>scm:git:git@github.com:jeremylong/DependencyCheck.git</connection>
|
||||||
<url>https://github.com/jeremylong/DependencyCheck.git</url>
|
<url>https://github.com/jeremylong/DependencyCheck.git</url>
|
||||||
<developerConnection>scm:git:git@github.com:jeremylong/DependencyCheck.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:jeremylong/DependencyCheck.git</developerConnection>
|
||||||
<tag>dependency-check-0.2.6.0</tag>
|
|
||||||
</scm>
|
</scm>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>github</system>
|
<system>github</system>
|
||||||
|
|||||||
Reference in New Issue
Block a user