Add else case to stages/scanning/oscap-cve-run.sh
This template is ONLY used for enhancement requests. Bug reporting or new feature request issues should use the other template options for issue submission.
Current Behavior
There is not a case for when there is no matching security guide for a base image type.
Purpose
Enhanced logging if this script were to not find a match.
Plan
Add and else case on line 26 to account for no matching base_image_type. Also could review updating chained if statements to be en elif block.
Acceptance Criteria
An else case is present in the script