Skip to content

Commit 9bd25f8

Browse files
MarshalXelsapet
andauthored
add verb
Co-authored-by: elsapet <[email protected]>
1 parent 97b633a commit 9bd25f8

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
@@ -768,7 +768,7 @@ def _should_exclude_detection(detection: Detection, exclusions: Dict) -> bool:
768768
exclusions_by_value = exclusions.get(consts.EXCLUSIONS_BY_VALUE_SECTION_NAME, [])
769769
if _is_detection_sha_configured_in_exclusions(detection, exclusions_by_value):
770770
logger.debug(
771-
'Ignoring violation because its value on the ignore list, %s',
771+
'Ignoring violation because its value is on the ignore list, %s',
772772
{'value_sha': detection.detection_details.get('sha512')},
773773
)
774774
return True

0 commit comments

Comments
 (0)