-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update base_vulnerability_scanning.py #201
Conversation
PR Analysis
PR Feedback
How to use
|
PR Analysis
PR Feedback
How to use
|
PR Type:
Refactoring
PR Description:
This PR increases the timeout value for various vulnerability scanning methods in the
base_vulnerability_scanning.py
script. This change is likely to provide more time for the scanning processes to complete, which could be beneficial in cases where the previous timeout was not sufficient.PR Main Files Walkthrough:
files:
tests_scripts/helm/base_vulnerability_scanning.py
: The timeout parameter for thewait_for_report
method has been increased from 800 to 1250 in theget_container_cve
method, from 600 to 1250 in theget_registry_container_cve
andget_container_cve_without_filter_response
methods, from 1200 to 1250 in thetest_all_images_vuln_scan_reported
method, and from 600 to 1250 in thetest_cluster_deleted
method.