cesarinag / snyk-charts

Create charts from Snyk's Reporting API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snyk Charts: Generate interactive charts derived from the Snyk API

Last commit

📊 Snyk Charts

Please note this is not an official feature of Snyk. This was created as a hobby to be consumed and maintained by the community.

Snyk Charts

Usage

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

➡️ 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! 😊

Screenshots

Issues over time graph         Trending issues graph


Made with ❤️ by Marcos Bergami

About

Create charts from Snyk's Reporting API


Languages

Language:Python 100.0%