ADR Proposal for aggregating OSSF Scorecards data and computing a software stack quality score.
The logic proposed below would imply to approximate properly the budget allocated to aggregate this data from BigQuery.
To estimate this budget, we would need information about the average number of packages updated with a new release on each package-releases-job run and look more closely at BigQuery pricing according to the API calls we will need to make.
Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/thoth-station/core/blob/master/OWNERS)~~ [goern]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
Related Issues and Dependencies
Related to https://github.com/thoth-station/core/issues/434 and https://github.com/thoth-station/thamos/issues/1148
This introduces a breaking change
This Pull Request implements
ADR Proposal for aggregating OSSF Scorecards data and computing a software stack quality score.
The logic proposed below would imply to approximate properly the budget allocated to aggregate this data from BigQuery. To estimate this budget, we would need information about the average number of packages updated with a new release on each
package-releases-job
run and look more closely at BigQuery pricing according to the API calls we will need to make.