The scorecard results api call make buildStatsFromScannerDependencies throw when it result in a 404.
- We can catch the error and return a score of zero to fix the issue.
- A nice improvement would be to decouple the scorecard results fetch from buildStatsFromScannerDependencies and introduce a caching mechanism to avoid duplicated http requests.