Skip to content

Commit

Permalink
feat gsn-11659: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
carlovoSBP committed Dec 12, 2024
1 parent 1540ce6 commit 0278d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awsfindingsmanagerlib/awsfindingsmanagerlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def is_matching_rule(self, rule: Rule) -> bool:
self.match_if_left_set(rule.rule_or_control_id, self.rule_id),
])
]):
self._logger.debug(f'Matched with rule "{rule.note}" with finding "{self.id}"')
self._logger.debug(f'Matched rule "{rule.note}" with finding "{self.id}"')
return True
return False

Expand Down

0 comments on commit 0278d0f

Please sign in to comment.