Before creating a pull request:
- Successfully built and run all unit tests.
- Verified that the you can run using the server application.
This has been made much simpler. The server has been re-written in Java, and data is stored in target/scans
rather
than in a Mongo database.
Install:
- Java
- Maven
# install
mvn package
cp -v target/maven-build-scanner-jar-with-dependencies.jar $(mvn help:evaluate -Dexpression=maven.home -DforceStdout -q)/lib/ext/
# create a scan
mvn test
Open UI on http://localhost:3000.