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:
@@ -177,7 +177,7 @@ echo ""
|
|||||||
#==============================================================================
|
#==============================================================================
|
||||||
# CHECK 1: grep -F with regex anchors (CRITICAL - causes wrong results)
|
# 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 "## CHECK 1: grep -F with regex anchors"
|
||||||
echo "Severity: CRITICAL"
|
echo "Severity: CRITICAL"
|
||||||
|
|||||||
Reference in New Issue
Block a user