You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if"block"inrepository.keys(): gx_output.r_log(f"WARNING: The repository was DISABLED and BLOCKED by GitHub. Reason: {repository['block']['reason']}", rtype="profiling")
86
+
84
87
# Let's keep track of the repository that we're X-Raying
85
88
gx_context.setRepository(repository)
86
89
@@ -89,7 +92,6 @@ def gitxray_cli():
89
92
90
93
# Now call our xray modules! Specifically by name, until we make this more plug and play
91
94
# The standard is that a return value of False leads to skipping additional modules
0 commit comments