Skip to content

Build Secucheck Locally

Ranjith K edited this page May 17, 2021 · 3 revisions

Build Secucheck application locally.

  1. Clone "secucheck-core" project
git clone https://github.com/secure-software-engineering/secucheck-core.git
  1. Build the "secucheck-core" project. For this, run the mvn install command in the root directory of the secucheck-core project. If you have any problem building this project, please look at the "secucheck-core" documentation.
cd secucheck-core
mvn clean install
  1. Clone "secucheck" project
git clone https://github.com/secure-software-engineering/secucheck.git