File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
77[project ]
88name = " socketsecurity"
9- version = " 2.2.4 "
9+ version = " 2.2.5 "
1010requires-python = " >= 3.10"
1111license = {"file" = " LICENSE" }
1212dependencies = [
Original file line number Diff line number Diff line change 11__author__ = 'socket.dev'
2- __version__ = '2.2.4 '
2+ __version__ = '2.2.5 '
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ def create_security_comment_sarif(diff) -> dict:
283283 @staticmethod
284284 def create_security_comment_json (diff : Diff ) -> dict :
285285 scan_failed = False
286- if len (diff .new_alerts ) == 0 :
286+ if len (diff .new_alerts ) > 0 :
287287 for alert in diff .new_alerts :
288288 alert : Issue
289289 if alert .error :
You can’t perform that action at this time.
0 commit comments