Skip to content

Commit

Permalink
add verb 3
Browse files Browse the repository at this point in the history
Co-authored-by: elsapet <[email protected]>
  • Loading branch information
MarshalX and elsapet authored Dec 17, 2024
1 parent b4817f6 commit 0ac09bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cycode/cli/commands/scan/code_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ def _should_exclude_detection(detection: Detection, exclusions: Dict) -> bool:
detection_rule_id = detection.detection_rule_id
if detection_rule_id in exclusions_by_rule:
logger.debug(
'Ignoring violation because its Detection Rule ID on the ignore list, %s',
'Ignoring violation because its Detection Rule ID is on the ignore list, %s',
{'detection_rule_id': detection_rule_id},
)
return True
Expand Down

0 comments on commit 0ac09bd

Please sign in to comment.