Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e5df3af19 |
@@ -337,7 +337,7 @@ def apply_rules_to_objects(
|
|||||||
|
|
||||||
automate_context.attach_info_to_objects(
|
automate_context.attach_info_to_objects(
|
||||||
category=f"Rule {rule_id_str} Skipped",
|
category=f"Rule {rule_id_str} Skipped",
|
||||||
object_ids=[Base()],
|
affected_objects=[Base()],
|
||||||
# This is a hack to get a rule to report with no valid objects
|
# This is a hack to get a rule to report with no valid objects
|
||||||
message=f"No objects found for rule {rule_id_str}",
|
message=f"No objects found for rule {rule_id_str}",
|
||||||
metadata={},
|
metadata={},
|
||||||
|
|||||||
Reference in New Issue
Block a user