ci: add scorecard workflow guarded behind SCORECARD_ENABLED repo var - #414
Merged
Conversation
Adds OSSF Scorecard analysis matching jira-cli's workflow, opt-in from day one: the job runs only when the repo variable SCORECARD_ENABLED is set to true (same opt-in pattern as SIGNING_ENABLED). No var, no run — forks and clones stay quiet by default.
Zious11
added a commit
that referenced
this pull request
Jul 19, 2026
…velop=fcd57dc - STATE.md D-476: PR #414 (ArcavenAE ci/scorecard-guard) ADOPTED; security-triaged SAFE-WITH-CHANGES; F1 CWE-494 RESOLVED-CLEAN (all 4 SHA↔tag MATCH, no advisories); CI 13/13 incl. action-pin-gate; human squash-merge fcd57dc 2026-07-19T01:54:40Z - develop_head updated: 82ad2ed → fcd57dc - PR-414-FORK-SCORECARD carry-forward CLOSED/ADOPTED; SCORECARD-ENABLEMENT-RUNBOOK carry-forward added (F2 CWE-200 + optional harden-runner bump v2.19.4→v2.20.0) - PR-407-FORK-RELEASE-OPS remains OPEN (disjoint files, no overlap) - Session Resume Checkpoint: D-476 steady-state ACTIVE; open: PR #407, STORY-166/175..179 - planning/pr-414-security-triage.md: security triage report + F1 SHA verification section appended (RESOLVED-CLEAN, dated 2026-07-19) - planning/vsdd-factory-upstream-issues.md: upstream issues planning artifact - sidecar-learning.md: session-end markers appended
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the OSSF Scorecard workflow (same shape as jira-cli's
scorecards.yml, see Zious11/jira-cli#628) with the analysis job opt-in from day one: it runs only when the repo variableSCORECARD_ENABLEDis set totrue— the same opt-in pattern already used forSIGNING_ENABLED. No var, no run. Forks and clones stay quiet by default; enable per repo by adding the variable.