Skip to content

Commit

Permalink
bug fix: correct Snyk puller url for reporting api
Browse files Browse the repository at this point in the history
  • Loading branch information
shaeqahmed committed Mar 1, 2024
1 parent 116b918 commit 6329213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rust/log_puller/src/pullers/snyk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ impl PullLogs for SnykPuller {
let page = next_page;

let url = format!(
"https://api.snyk.io/reporting/issues/?from={}&to={}page={}&perPage=100&sortBy=issueTitle&order=asc&groupBy=issue",
"https://api.snyk.io/api/v1/reporting/issues/?from={}&to={}page={}&perPage=100&sortBy=issueTitle&order=asc&groupBy=issue",
start_day,
yesterday,
page
Expand Down

0 comments on commit 6329213

Please sign in to comment.