ci: Add scorecard-monitor integration with Allstar results#78
ci: Add scorecard-monitor integration with Allstar results#78justaugustus merged 2 commits intomainfrom
scorecard-monitor integration with Allstar results#78Conversation
Update the Allstar workflow to: - Use the results-json-output branch (includes SARIF upload + results file output) - Pass -results-file to produce Scorecard JSON v2 output - Add a monitor job that feeds the results into scorecard-monitor for dashboard reporting - Use peter-evans/create-pull-request for human review of report updates (matching bloomberg/.github pattern) The monitor job uses scorecard-monitor's results-path input (ossf/scorecard-monitor#90) to consume Allstar's output and generate a Markdown report with score history. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Stephen Augustus <foo@auggie.dev>
|
Co-authored-by: Stephen Augustus <justaugustus@users.noreply.github.com> Signed-off-by: Stephen Augustus <justaugustus@users.noreply.github.com>
|
scorecard-monitor integration with Allstar results
Summary
Update the Allstar workflow to produce a Scorecard results file and feed it into scorecard-monitor for dashboard reporting via PR.
Changes
evidence-uploadtoresults-json-output(adds-results-fileflag)results.json(Scorecard JSON v2 format) as an artifactmonitorjob runs scorecard-monitor withresults-pathinput to consume the resultspeter-evans/create-pull-requestfor human review of report updatesRelated PRs
-results-fileflag (producing end)results-pathinput (consuming end)Test plan
🤖 Generated with Claude Code