-
Notifications
You must be signed in to change notification settings - Fork 7
Build Secucheck Locally
Ranjith K edited this page May 17, 2021
·
3 revisions
- Clone "secucheck-core" project
git clone https://github.com/secure-software-engineering/secucheck-core.git
- 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
- Clone "secucheck" project
git clone https://github.com/secure-software-engineering/secucheck.git