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
Address review: clean up new-findings temp file, test group ordering
- Remove the new-findings temp file via an EXIT trap (path baked into the
trap so it survives the local going out of scope under set -u).
- Add a regression test asserting same-(rule,file) findings interleaved with
another key still group correctly (jq group_by sorts internally, so it is
order-independent; this guards that guarantee).
0 commit comments