Commit bebaaec
fix(ci): use the canonical Scorecard wrapper instead of a local copy
The staleness gate rejects ANY workflow containing both
`ossf/scorecard-action@` and `github/codeql-action/upload-sarif@`, whatever
its triggers. Deleting the retired `scorecard-enforcer.yml` did not address
this — `scorecard.yml` itself carried the banned pair.
273 of 302 repos already call standards' `scorecard-reusable.yml`, which
reports with `results_format: json` + `publish_results: true` and never
uploads SARIF to Code Scanning. This converges the remaining local copies on
that template rather than leaving bespoke files to drift again.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent f5f87b4 commit bebaaec
1 file changed
Lines changed: 7 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
9 | 11 | | |
| 12 | + | |
10 | 13 | | |
11 | | - | |
12 | | - | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 20 | + | |
0 commit comments