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
.envfile 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 buildTo run this project directly
make runTo build the Docker container, just run
docker build -t calini/draco:dev .