Skip to content

Governance + CI/supply-chain hardening#5

Open
miguelrisero wants to merge 2 commits into
mainfrom
chore/governance-and-ci
Open

Governance + CI/supply-chain hardening#5
miguelrisero wants to merge 2 commits into
mainfrom
chore/governance-and-ci

Conversation

@miguelrisero

Copy link
Copy Markdown
Contributor

Stack 1 of 5 — public-repo hardening from the council review. Each PR is stacked on the previous; merge in order.

Governance

  • LICENSE (MIT) — the repo's reuse purpose needs an explicit license.
  • SECURITY.md — private disclosure path + no-secrets / templates-execute-code policy.
  • CONTRIBUTING.md — how to add a template (slug rule, lockfile, no secrets).
  • CODEOWNERSbuild*.mjs, dev*.mjs, .github/**, vercel.json, externals.json require maintainer review.
  • PR + issue templates — secrets / build-command checklist; bug + new-template forms.

CI / supply-chain

  • permissions: contents: read (least privilege for the GITHUB_TOKEN).
  • concurrency cancellation (caps runner abuse from PR spam).
  • SHA-pinned actions (checkout v6.0.3, setup-node v6.4.0) — tag re-points can't alter CI.
  • Dependabot for github-actions + npm (root + projects/*).

Addresses council P0 (CI token scope) and P1 (action pinning, Dependabot, governance). No build-logic changes; npm run build stays green.

⚠️ Please don't merge yet — stacked PRs 2–5 follow. Merge 1→5 in order.

Public-repo essentials: MIT LICENSE; SECURITY.md (private disclosure + no-secrets
policy); CONTRIBUTING.md (how to add a template, slug rule, no-secrets, lockfile);
CODEOWNERS gating build scripts/workflows/config; PR + issue templates with a
secrets/build-command checklist.
Least-privilege `permissions: contents: read`, concurrency cancellation, and
SHA-pinned actions (checkout v6.0.3, setup-node v6.4.0) so tag re-points can't
change CI. Dependabot covers github-actions + npm (root and projects/*).
@vercel

vercel Bot commented Jun 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
templates Ready Ready Preview, Comment Jun 3, 2026 9:33am

Request Review

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