Skip to content

Commit 65248a6

Browse files
committed
fix
1 parent e9fd469 commit 65248a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/codeaudit/ci_workflowscan.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ def ci_scan(input_path, output="text", nosec=True):
5151
print(result)
5252
elif output == "html":
5353
result, security_status = report_result_html(scanresult)
54-
if nosec:
55-
result = NOSEC_WARNING + result
54+
# if nosec:
55+
# result = NOSEC_WARNING + result
5656
print(result)
5757
elif output == "json":
5858
result, security_status = report_result_json(scanresult)

0 commit comments

Comments
 (0)