socketsecurity 1.0.26__tar.gz → 1.0.29__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {socketsecurity-1.0.26/socketsecurity.egg-info → socketsecurity-1.0.29}/PKG-INFO +1 -1
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity/__init__.py +1 -1
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity/core/github.py +2 -1
- {socketsecurity-1.0.26 → socketsecurity-1.0.29/socketsecurity.egg-info}/PKG-INFO +1 -1
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/LICENSE +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/README.md +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/pyproject.toml +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/setup.cfg +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity/core/__init__.py +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity/core/classes.py +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity/core/exceptions.py +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity/core/git_interface.py +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity/core/gitlab.py +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity/core/issues.py +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity/core/licenses.py +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity/core/messages.py +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity/core/scm_comments.py +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity/socketcli.py +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity.egg-info/SOURCES.txt +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity.egg-info/dependency_links.txt +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity.egg-info/entry_points.txt +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity.egg-info/requires.txt +0 -0
- {socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity.egg-info/top_level.txt +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
__author__ = 'socket.dev'
|
|
2
|
-
__version__ = '1.0.
|
|
2
|
+
__version__ = '1.0.29'
|
|
@@ -116,7 +116,8 @@ class Github:
|
|
|
116
116
|
else:
|
|
117
117
|
event_type = "diff"
|
|
118
118
|
elif github_event_name.lower() == "pull_request":
|
|
119
|
-
if event_action is not None and event_action != "" and
|
|
119
|
+
if event_action is not None and event_action != "" and (
|
|
120
|
+
event_action.lower() == "opened" or event_action.lower() == 'synchronize'):
|
|
120
121
|
event_type = "diff"
|
|
121
122
|
else:
|
|
122
123
|
log.info(f"Pull Request Action {event_action} is not a supported type")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{socketsecurity-1.0.26 → socketsecurity-1.0.29}/socketsecurity.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|