Skip to content

Commit

Permalink
add verb 2
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 9bd25f8 commit b4817f6
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 @@ -776,7 +776,7 @@ def _should_exclude_detection(detection: Detection, exclusions: Dict) -> bool:
exclusions_by_sha = exclusions.get(consts.EXCLUSIONS_BY_SHA_SECTION_NAME, [])
if _is_detection_sha_configured_in_exclusions(detection, exclusions_by_sha):
logger.debug(
'Ignoring violation because its SHA value on the ignore list, %s',
'Ignoring violation because its SHA value is on the ignore list, %s',
{'sha': detection.detection_details.get('sha512')},
)
return True
Expand Down

0 comments on commit b4817f6

Please sign in to comment.