Skip to content

Remove duplicate OpenSSF Scorecard workflow (scorecard-enforcer.yml)#184

Merged
hyperpolymath merged 2 commits into
mainfrom
claude/awesome-edison-3711ps
Jun 21, 2026
Merged

Remove duplicate OpenSSF Scorecard workflow (scorecard-enforcer.yml)#184
hyperpolymath merged 2 commits into
mainfrom
claude/awesome-edison-3711ps

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

What

Removes the legacy .github/workflows/scorecard-enforcer.yml.

Why

This repo runs the OpenSSF Scorecard scan twice on every push:

  • scorecard.yml — delegates to the shared hyperpolymath/standards
    scorecard reusable workflow (the modern, canonical path), and
  • scorecard-enforcer.yml — a legacy self-contained job that runs its own
    full Scorecard scan + SARIF upload again.

The governance Check Workflow Staleness gate explicitly requires this:

Remove legacy scorecard-enforcer.yml …

Deleting the enforcer leaves a single Scorecard scan (via the reusable
workflow) and removes the redundant Actions run.

Note (separate follow-up)

The same staleness gate also asks to refresh the Hypatia + Scorecard reusable
pins to the current hyperpolymath/standards SHA. That needs read access
to hyperpolymath/standards (not in this session's scope), so it's left as a
follow-up — the staleness check may stay red on those pin items until then.
This PR addresses only the duplicate-scan removal.

🤖 Generated with Claude Code

https://claude.ai/code/session_0196movYBRwNw8vkLRaaFoTu


Generated by Claude Code

scorecard-enforcer.yml runs a second, self-contained OpenSSF Scorecard
scan that duplicates the scan already performed by scorecard.yml, which
delegates to the shared hyperpolymath/standards scorecard reusable
workflow. Running both executes the (expensive) Scorecard scan twice on
every push.

The governance "Check Workflow Staleness" gate explicitly requires
removing this legacy file ("Remove legacy scorecard-enforcer.yml").
The single reusable-workflow scan in scorecard.yml is retained.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0196movYBRwNw8vkLRaaFoTu
@hyperpolymath hyperpolymath marked this pull request as ready for review June 21, 2026 02:14
@hyperpolymath hyperpolymath merged commit a60c348 into main Jun 21, 2026
@hyperpolymath hyperpolymath deleted the claude/awesome-edison-3711ps branch June 21, 2026 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants