From c6ea92cff91ecc1a08da0dd5630560ddd918bfec Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 24 Jul 2016 07:33:28 -0400 Subject: [PATCH] added links to the SBT plugin --- src/site/markdown/index.md | 5 +++-- src/site/markdown/modules.md | 10 ++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 81273af65..81a187625 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -28,11 +28,12 @@ More information about dependency-check can be found here: OWASP dependency-check's core analysis engine can be used as: -- [Command Line Tool](dependency-check-cli/index.html) -- [Maven Plugin](dependency-check-maven/index.html) - [Ant Task](dependency-check-ant/index.html) +- [Command Line Tool](dependency-check-cli/index.html) - [Gradle Plugin](dependency-check-gradle/index.html) - [Jenkins Plugin](dependency-check-jenkins/index.html) +- [Maven Plugin](dependency-check-maven/index.html) +- [SBT Plugin](https://github.com/albuch/sbt-dependency-check) For help with dependency-check the following resource can be used: diff --git a/src/site/markdown/modules.md b/src/site/markdown/modules.md index 1a0d027fc..012988c08 100644 --- a/src/site/markdown/modules.md +++ b/src/site/markdown/modules.md @@ -3,10 +3,12 @@ Modules OWASP dependency-check's core analysis engine was designed to fit into an applications normal build and reporting process: -- [Maven Plugin](dependency-check-maven/index.html) -- [Ant Task](dependency-check-ant/index.html) -- [Gradle Plugin](dependency-check-gradle/index.html) -- [Jenkins Plugin](dependency-check-jenkins/index.html) +- [Ant Task](dependency-check-ant/index.html) +- [Command Line Tool](dependency-check-cli/index.html) +- [Gradle Plugin](dependency-check-gradle/index.html) +- [Jenkins Plugin](dependency-check-jenkins/index.html) +- [Maven Plugin](dependency-check-maven/index.html) +- [SBT Plugin](https://github.com/albuch/sbt-dependency-check) In addition, dependency-check can be executed from the [command line](dependency-check-cli/index.html).