Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.19 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.19 KB

Draco BE

Build Status FOSSA Status

A vulnerability management system for open source projects;

This is the back-end necessary to run the Draco dashboard.

Snyk Token

For the Snyk integration you will need to fetch an API token. In order to add it to the project, take the following steps:

  1. Get an API Token for your organisation from snyk.io
  2. Create a .env file at the root of the project
  3. Paste in the SNYK_TOKEN as such: SNYK_TOKEN=<SNYK_TOKEN here>

Building it

To build this project just run

make build

Running it

To run this project directly

make run

Docker

To build the Docker container, just run

docker build -t calini/draco:dev .

License

FOSSA Status