-
Notifications
You must be signed in to change notification settings - Fork 32
Add Trivy table mode scan for repo-wide dependencies #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added a step to run Trivy in table mode for repo-wide dependencies, displaying high and critical vulnerabilities.
🔒 Security Scan Results✅ No critical security issues detected. The code has passed all critical security checks. |
Updated Trivy scan to report all severities instead of just high and critical for troubleshooting purpose
🔒 Security Scan Results✅ No critical security issues detected. The code has passed all critical security checks. |
Updated Trivy GitHub Actions workflow to improve scanning and reporting for dependency vulnerabilities.
🔒 Security Scan Results✅ No critical security issues detected. The code has passed all critical security checks. |
Refactor Trivy workflow to streamline scanning and reporting. Removed redundant steps and improved dependency file handling.
🔒 Security Scan Results✅ No critical security issues detected. The code has passed all critical security checks. |
raymondchoy14
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all good
Added a step to run Trivy in table mode for repo-wide dependencies, displaying high and critical vulnerabilities.