[PPSC-323] feat(output): add hybrid scan summary with brief status at top#57
Merged
yiftach-armis merged 1 commit intomainfrom Jan 29, 2026
Merged
Conversation
… top Move detailed summary dashboard to end of output and add concise brief status line at top for immediate orientation. Brief status shows count breakdown by severity (e.g., "Found 5 issues: 2 critical, 1 high, 2 medium"). Adds extra spacing between severity emoji and label for better visual clarity.
🛡️ Armis Security Scan Results🟠 HIGH issues found
Total: 1 View all 1 findings🟠 HIGH (1)
|
Test Coverage Reporttotal: (statements) 75.0% Coverage by function |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
Type of Change
Problem
Scan output summary was displayed at the top, which is not aligned with common CLI best practices for security scanners. Users need immediate orientation but also benefit from a comprehensive summary at the end for reference.
Solution
Implemented a hybrid approach:
Testing
Reviewer Notes
The brief status provides instant visual feedback at the top, while the detailed dashboard remains available at the end for those who want the complete breakdown of findings by category and severity.