CycodeLabs / raven

CI/CD Security Analyzer
Apache License 2.0
624 stars 33 forks source link

crawl: print the real page number #105

Open elad-pticha opened 1 year ago

elad-pticha commented 1 year ago

Due to GitHub API limitations, we are querying pages 1-10 and changing the query start and end page all the time. Currently, we are printing. The relational page number (1-10) and not the real one:

image

Change the logging to log the real page number to track progress.