Skip to content

Commit dcbd1d8

Browse files
committed
docs(ci): fix stale scorecard.yml reference in reusable comment
The standards repo's thin scorecard.yml caller was retired in #372 (redundant second scorecard run; superseded by scorecard-enforcer.yml). The scorecard-reusable.yml header comment still pointed at that now- deleted file as the canonical weekly caller. Update the note to reflect that standards runs Scorecard via scorecard-enforcer.yml, and clarify that the reusable itself is unchanged so downstream thin-caller wrappers (the canonical pattern) are unaffected. https://claude.ai/code/session_011xv3VLrqeXkpjXxUojKz82
1 parent c63b9e2 commit dcbd1d8

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/scorecard-reusable.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,15 @@
5353
# CANONICAL SCHEDULE — WEEKLY, NOT DAILY (2026-05-28).
5454
# Estate audit found 180 repos running daily at 04:00 UTC ('0 4 * * *')
5555
# vs 29 on canonical weekly ('23 4 * * 1') — drift driven by an older
56-
# version of the example above. The actual canonical caller in
57-
# `hyperpolymath/standards/.github/workflows/scorecard.yml` has always
58-
# been weekly. The example now matches.
56+
# version of the example above. Downstream thin-caller wrappers should
57+
# keep the weekly cadence shown above.
58+
#
59+
# NOTE (2026-06-04): the standards repo itself no longer ships a thin
60+
# `scorecard.yml` caller — it was retired in #372 as a redundant second
61+
# scorecard run. Standards runs OSSF Scorecard directly via
62+
# `scorecard-enforcer.yml` (weekly, Monday 06:00 UTC; publishes + gates
63+
# on MIN_SCORE). This reusable is UNCHANGED and downstream callers are
64+
# unaffected — they remain the canonical thin-caller pattern.
5965
#
6066
# GH Actions budget impact of the drift: 180 daily × (365 − 52) ≈ 56k
6167
# extra runs/year × ~1.5 min/run ≈ ~84k Actions-minutes/year. Fan-out

0 commit comments

Comments
 (0)