Commit bef4378
ci(governance): re-pin to post-#464 standards (baseline filter now actually runs) (#172)
## Summary
Follow-up to #171. That PR pinned standards `832b157` (which had #455's
baseline-filter wire-in), but #455 had a bug — the scan's by-design
exit-on-findings aborted the step under `bash -e` *before* the filter
ran, so the gate was still mechanically broken. **standards#464** fixed
that (`|| true` + a JSON-array crash guard). This re-pins
`governance-reusable` **`832b157` → `f81bb04`** (current standards
`main`, both #455 and #464 present).
Still surgical: the other five standards reusables stay at `7c9db0e`.
## What this PR is for (diagnostic)
This is the run where `validate-hypatia-baseline` finally *reaches*
`apply-baseline.sh`. The newer hypatia HEAD now reports **18 findings vs
the 14** neurophone's `.hypatia-baseline.json` was written against
(#168), so the outcome will be one of:
- **Green** — if the current baseline happens to cover all 18. Done.
- **Red on the delta** — the filter kept some genuinely-new findings
(there's a **new critical**, 2→3). That is the filter working correctly.
Those get **honest per-repo handling** — fix-at-source, or baseline
*only* verified false-positives — **never blind-baselined**, and the
critical goes to the owner for a decision first.
I'll read this PR's filter output and report exactly which findings are
kept.
Draft pending that diagnosis.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_0172RBMz3qYjb1ttzD2i7RNh
---
_Generated by [Claude
Code](https://claude.ai/code/session_0172RBMz3qYjb1ttzD2i7RNh)_
Co-authored-by: Claude <noreply@anthropic.com>1 parent 265ac77 commit bef4378
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
0 commit comments