matanolabs/matano

Snyk managed integration new URL endpoint.

ubpomelo opened this issue · 1 comments

According to Snyk API Docs and what Matano integration supports, we found out that issues endpoint is missing v1 path.
The right path would be: https://api.snyk.io/v1/reporting/issues/. Also note that after dates is a missing & and query is failing.

I've tested it locally and it works good.

Thanks for the catch, fixed.