Skip to content

Commit 8fe0fa6

Browse files
dorlugasigalCopilot
andcommitted
fix(ci): exclude solo-dev checks from scorecard monitor
Code-Review and Branch-Protection checks are not actionable for a solo developer project. Skip them to avoid noisy issues. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 82a560f commit 8fe0fa6

2 files changed

Lines changed: 20 additions & 18 deletions

File tree

.github/workflows/scorecard-monitor.lock.yml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/scorecard-monitor.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Monitor the OpenSSF Scorecard for this repository and create actionable improvem
4040
- `Contributors` — depends on external contributors, not fixable
4141
- `CII-Best-Practices` — requires external badge program enrollment
4242
- `Signed-Releases` — only relevant if releases exist
43+
- `Code-Review` — solo developer project, no external reviewers
44+
- `Branch-Protection` — settings are already maximized for a solo maintainer
4345

4446
4. For each actionable low-scoring check, create a GitHub issue with:
4547
- **Title**: `[scorecard] Improve <CheckName> (currently <score>/10)`
@@ -59,5 +61,5 @@ Monitor the OpenSSF Scorecard for this repository and create actionable improvem
5961
- The repository is a Node.js CLI tool (TermBeam) published on npm
6062
- Workflows live in `.github/workflows/`
6163
- Dependencies: npm (root + src/frontend/ + packages/), pip (docs/requirements.txt), Docker, GitHub Actions
62-
- Branch protection, code review, and fuzzing are common improvement areas
64+
- This is a solo-developer project — Code-Review and Branch-Protection checks requiring multiple reviewers are not actionable
6365
- The scorecard runs weekly via `.github/workflows/scorecard.yml`

0 commit comments

Comments
 (0)