Closed
Description
Describe the bug
While comparing the scoring with the API:
- Request1: Nodejs (bd31d489615b424202553ffe1a5093a19d5e5e1f)
- Request2: Nodejs (1fbd908497ece0c5b08c7cc8f7494d7a12e7001f)
In the Request2 the payload does not include all the checks, for example "CI-Tests"
is missing inside the checks.
Reproduction steps
Steps to reproduce the behavior:
- You can check this in action at: https://kooltheba.github.io/openssf-scorecard-api-visualizer/#/projects/github.com/nodejs/nodejs.org/compare/1fbd908497ece0c5b08c7cc8f7494d7a12e7001f/bd31d489615b424202553ffe1a5093a19d5e5e1f (explore the network request in the chrome dev tools) or do the HTTP request directly in the browser and compare the payloads
Expected behavior
I will expect both payloads to include all the checks included in the scorecard, or at least an error code that explains this behaviour, so the API consumers can control the error.
Additional context
This bug is affecting: