You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Hypatia CLI exits 1 whenever the repo has any ≥medium finding, and .hypatia-baseline.json is empty (3 bytes), so the baseline job fails on any finding. This is a repo-wide condition, independent of any single PR.
Summary
mainhas been failing two workflows on every push since #392 (2026-06-20):governance / Validate Hypatia Baselinescan / Hypatia Neurosymbolic AnalysisBoth fail with the identical result:
Root cause
The Hypatia CLI exits 1 whenever the repo has any ≥medium finding, and
.hypatia-baseline.jsonis empty (3 bytes), so the baseline job fails on any finding. This is a repo-wide condition, independent of any single PR.Evidence
mainruns ofhypatia-scan.yml+governance.ymlarefailurefor Ci/gitleaks self hosted fix #393–docs(audits): record central actions/cache SHA corruption + #394 repair #396; last green was feat(rsr): direct capability declaration primary; preset optional #392.e29c303/f01ace5/6fcc7dd) — that PR's own gate (Check Workflow Staleness) passed; only these two pre-existing jobs were red. Surfaced during ci(staleness): tolerate in-window reusable pins + wire deliberate bump path #397; not caused by it.Options (needs owner decision)
scripts/apply-baseline.sh) and only new findings fail.continue-on-error) until the backlog is cleared.Notes