Skip to content

ci: centralize governance — remove local workflows duplicated by central .github#39

Open
seonghobae wants to merge 1 commit into
mainfrom
chore/centralize-governance-ci
Open

ci: centralize governance — remove local workflows duplicated by central .github#39
seonghobae wants to merge 1 commit into
mainfrom
chore/centralize-governance-ci

Conversation

@seonghobae

Copy link
Copy Markdown
Contributor

Consolidates governance/security CI into the org CENTRAL required workflows (ContextualWisdomLab/.github).

The removed local workflows duplicate the central required workflows that already execute in this repo's context on every PR:

  • Security Scan (trivy-fs / osv-scan / scorecard)
  • CodeQL PR, OSV-Scanner PR, Scorecard PR

Duplicate local copies cause double runs, duplicate SARIF uploads, and duplicate CRITICAL/HIGH failures. This PR removes only the redundant governance workflows; functional build/test/lint/deploy and gap-filling security (bandit/semgrep/secret-scan/sbom/fuzzing) are left untouched.

Removed:

  • .github/workflows/scorecard-analysis.yml

🤖 Generated with Claude Code

…workflows

These local workflows duplicate the org-wide CENTRAL required workflows in
ContextualWisdomLab/.github (Security Scan = trivy-fs/osv-scan/scorecard,
CodeQL PR, OSV-Scanner PR, Scorecard PR) that already run in this repo's
context on every PR. Keeping local copies causes double runs, duplicate
SARIF uploads, and duplicate CRITICAL/HIGH failures. Removing them so the
central required workflow is the single governance gate.

Removed:
- .github/workflows/scorecard-analysis.yml

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RTAMs4bpSZS77Xe3RQjv9P
@seonghobae seonghobae enabled auto-merge (squash) July 9, 2026 01:21
@opencode-agent opencode-agent Bot disabled auto-merge July 11, 2026 11:57
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.

1 participant