We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ee2e4 commit 7d280bfCopy full SHA for 7d280bf
socketsecurity/socketcli.py
@@ -12,7 +12,6 @@
12
import os
13
import sys
14
import logging
15
-import socketdev
16
17
log_format = "%(asctime)s: %(message)s"
18
logging.basicConfig(level=logging.INFO, format=log_format)
@@ -171,8 +170,6 @@
171
170
type=float
172
)
173
174
-print(f"Loading socketdev from: {socketdev.__file__}")
175
-
176
def output_console_comments(diff_report: Diff, sbom_file_name: str = None) -> None:
177
if diff_report.id != "NO_DIFF_RAN":
178
console_security_comment = Messages.create_console_security_alert_table(diff_report)
0 commit comments