mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
fix: add warning log for exception in update_check_metadata
Co-authored-by: jfagoagas <16007882+jfagoagas@users.noreply.github.com>
This commit is contained in:
@@ -129,7 +129,9 @@ def update_check_metadata(check_metadata, custom_metadata):
|
||||
except ValueError:
|
||||
pass
|
||||
except Exception:
|
||||
pass
|
||||
logger.warning(
|
||||
"Failed to update custom checks metadata, returning original metadata"
|
||||
)
|
||||
return check_metadata
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user