Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 585 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 585 Bytes

Contribution Guidelines

Before creating a pull request:

  1. Successfully built and run all unit tests.
  2. Verified that the you can run using the server application.

Running Locally

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.