Please note this is not an official feature of Snyk. This was created as a hobby to be consumed and maintained by the community.
To get started, clone the repository and install the necessary dependencies by running: pip install -r requirements.txt
➡️ Create a new file named parameters.txt
following the structure below:
ORGID=your-org-id
TOKEN=your-snyk-token
START_DATE=yyyy-mm-dd
END_DATE=yyyy-mm-dd
PER_PAGE=123
(Maximum 1000)
Please note the
PER_PAGE
parameter is only available in Version 2.0.0
➡️ Place your parameters.txt
file in the root of the project
➡️ Run the script: python snyk-charts.py
Please feel free to contribute or suggest features. This is a side-project I am looking forward to maintaining! 😊
Made with ❤️ by Marcos Bergami