Skip to content

Commit 0f058e1

Browse files
chore(ci): replace scorecard.yml with reusable wrapper (#29)
Pins to hyperpolymath/standards#205 merge SHA e0caf11508a3989574713c78f5f444f2ce5e33ef. Replaces the canonical scorecard.yml with a thin wrapper. Closes the 5-candidate convergence set (mirror, secret-scanner, codeql, hypatia-scan, scorecard). Part of estate-wide convergence campaign 2026-05-26 (standards#199 / #205).
1 parent 0303b15 commit 0f058e1

1 file changed

Lines changed: 8 additions & 24 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,16 @@
11
# SPDX-License-Identifier: MPL-2.0
2-
name: OSSF Scorecard
2+
name: Scorecards supply-chain security
3+
34
on:
4-
push:
5-
branches: [main, master]
5+
branch_protection_rule:
66
schedule:
7-
- cron: '0 4 * * *'
8-
workflow_dispatch:
7+
- cron: '23 4 * * 1'
8+
push:
9+
branches: [main]
910

1011
permissions: read-all
1112

1213
jobs:
1314
analysis:
14-
runs-on: ubuntu-latest
15-
permissions:
16-
security-events: write
17-
id-token: write
18-
steps:
19-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20-
with:
21-
persist-credentials: false
22-
23-
- name: Run Scorecard
24-
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.3.1
25-
with:
26-
results_file: results.sarif
27-
results_format: sarif
28-
29-
- name: Upload results
30-
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3.31.8
31-
with:
32-
sarif_file: results.sarif
15+
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@e0caf11508a3989574713c78f5f444f2ce5e33ef
16+
secrets: inherit

0 commit comments

Comments
 (0)