Skip to content

docs(gif): rework --ignore frame to show full output + ignored counter#18

Merged
cicdteam merged 1 commit into
mainfrom
gif-ignore-frame
May 22, 2026
Merged

docs(gif): rework --ignore frame to show full output + ignored counter#18
cicdteam merged 1 commit into
mainfrom
gif-ignore-frame

Conversation

@cicdteam

Copy link
Copy Markdown
Contributor

Summary

Previous tape piped scan through | tail -8 --min-severity low so the visible
frame was a fragment of YAML with no surrounding table - confusing on first
read.

Replace with --min-severity medium (no pipe). The visible table matches the
first frame (bomb's CRITICAL + 3 MEDIUM findings), and the ignored: 455 findings (dropped by --ignore-*) trailer line tells the story unambiguously.

Test plan

  • Regenerated against demo stack; frames spot-checked.
  • CI green.

Previous tape piped scan through `| tail -8 --min-severity low` which chopped
off the table and showed a partial YAML fragment - confusing without context.

Replace with `--min-severity medium` (no pipe). The visible table matches the
first frame (bomb's findings), and the `ignored: 455 findings (dropped by
--ignore-*)` trailer tells the story unambiguously: 455 noisy findings were
filtered out.
@cicdteam cicdteam merged commit 9751c65 into main May 22, 2026
4 checks passed
@cicdteam cicdteam deleted the gif-ignore-frame branch May 22, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant