Skip to content

CI: governance + hypatia-scan red on main — 104 Hypatia findings vs empty baseline #399

@hyperpolymath

Description

@hyperpolymath

Summary

main has been failing two workflows on every push since #392 (2026-06-20):

  • governance / Validate Hypatia Baseline
  • scan / Hypatia Neurosymbolic Analysis

Both fail with the identical result:

[hypatia] scan complete: 104 findings >= medium (critical=60, high=33, medium=11, low=0, info=0); exit 1

Root cause

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.

Evidence

Options (needs owner decision)

  1. Triage/clear the 104 findings (60 critical first).
  2. Regenerate the baseline so known findings are recorded (scripts/apply-baseline.sh) and only new findings fail.
  3. Make the scan advisory (fix-forward / continue-on-error) until the backlog is cleared.

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions