Skip to content

Commit b4817f6

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

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
@@ -776,7 +776,7 @@ def _should_exclude_detection(detection: Detection, exclusions: Dict) -> bool:
776776
exclusions_by_sha = exclusions.get(consts.EXCLUSIONS_BY_SHA_SECTION_NAME, [])
777777
if _is_detection_sha_configured_in_exclusions(detection, exclusions_by_sha):
778778
logger.debug(
779-
'Ignoring violation because its SHA value on the ignore list, %s',
779+
'Ignoring violation because its SHA value is on the ignore list, %s',
780780
{'sha': detection.detection_details.get('sha512')},
781781
)
782782
return True

0 commit comments

Comments
 (0)