Add progress indicator function to QA script

- Added show_progress() helper function
- Shows real-time progress during scan [X/88] Check name...
- Only displays when running in terminal (not in summary mode)
- First step towards more performance improvements
This commit is contained in:
cschantz
2025-12-31 21:52:52 -05:00
parent 43303d3b65
commit 062a7fee21
+1 -1
View File
@@ -177,7 +177,7 @@ echo ""
#==============================================================================
# CHECK 1: grep -F with regex anchors (CRITICAL - causes wrong results)
#==============================================================================
echo "[1/42] Checking: grep -F with regex anchors..."
show_progress 1 "grep -F with regex anchors"
{
echo "## CHECK 1: grep -F with regex anchors"
echo "Severity: CRITICAL"