-
Notifications
You must be signed in to change notification settings - Fork 547
Description
Which problem is this feature request solving?
In addition to the current 4 tables, I need the issues table at https://api.snyk.io/v1/reporting/issues as described at snyk.docs.apiary.io/#reference/reporting-api/latest-issues/get-list-of-latest-issues
Describe the solution you'd like
The existing four tables work well. I’d this one to pop in next to the others like it was there all along.
The api implements pagination so we should be able to pull the first page, get the total number of pages and call the remaining pages with concurrency. In a perfect world, we would somehow be able to measure time-to-remediation as the interval between a scan identifies a vulnerability and when it was scanned as fixed in the code but I’m not sure that exists in the data from Snyk.
I would love to submit a pull request but I’m new to golang. I need help/guidance.
Pull request (optional)
- I can submit a pull request