salt/changelog/65193.fixed.md
Shane Lee 9501122807 Fix an issue with the openscap module
Fixes an issue with the openscap module where it would fail if the
command returned an exit code not found in the exit_codes_map
dictionary. Instead of failing, let's return false with the exit code
and error message in the return.
2023-12-12 15:26:32 -07:00

127 B

Fix issue with openscap when the error was outside the expected scope. It now returns failed with the error code and the error