Skip to content

Commit 0ac09bd

Browse files
MarshalXelsapet
andauthored
add verb 3
Co-authored-by: elsapet <[email protected]>
1 parent b4817f6 commit 0ac09bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cycode/cli/commands/scan/code_scanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ def _should_exclude_detection(detection: Detection, exclusions: Dict) -> bool:
785785
detection_rule_id = detection.detection_rule_id
786786
if detection_rule_id in exclusions_by_rule:
787787
logger.debug(
788-
'Ignoring violation because its Detection Rule ID on the ignore list, %s',
788+
'Ignoring violation because its Detection Rule ID is on the ignore list, %s',
789789
{'detection_rule_id': detection_rule_id},
790790
)
791791
return True

0 commit comments

Comments
 (0)