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
Update security scan scripts to suppress error output
- Modified various security scan scripts (e.g., run_anchore.sh, run_bandit.sh, run_burp.sh) to redirect error output to /dev/null, improving log cleanliness.
- Ensured that failure messages are still logged to the main log file for transparency while reducing clutter from error messages during report generation.
- This change enhances the user experience by focusing on successful operations and critical failures only.
0 commit comments