A vulnerability management system for open source projects;
This is the back-end necessary to run the Draco dashboard.
For the Snyk integration you will need to fetch an API token. In order to add it to the project, take the following steps:
- Get an API Token for your organisation from snyk.io
- Create a
.env
file at the root of the project - Paste in the SNYK_TOKEN as such:
SNYK_TOKEN=<SNYK_TOKEN here>
To build this project just run
make build
To run this project directly
make run
To build the Docker container, just run
docker build -t calini/draco:dev .