cisagov / mesa-toolkit

0 stars 2 forks source link

Modify vulnerability scans for efficiency #1

Closed m1j09830 closed 4 months ago

m1j09830 commented 4 months ago

💡 Summary

Modify vulnerability scans to scan for only critical, high, and medium vulnerabilities to reduce the amount of time it takes to complete the scans.

Motivation and context

It was noticed that vulnerability scans would take an excessive amount of time to completely while scanning larger scopes. This is due to the amount of templates being loaded for each in scope asset. By reducing the scans to only critical, high, and medium vulnerabilities the amount of time the scans take to complete will be significantly reduced.

Implementation notes

Acceptance criteria

m1j09830 commented 4 months ago

Changes have been made to script, tested, and merged with main branch.