Skip to content

Commit d395709

Browse files
committed
update
1 parent bfe1061 commit d395709

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/codeaudit/ci_workflowscan.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,4 @@ def safe_line(x):
282282
html += DISCLAIMER_TEXT
283283
html += HTML_FOOTER
284284

285-
if not files_with_findings:
286-
return html, True
287-
else:
288-
return html, files_with_findings
285+
return html, 1

0 commit comments

Comments
 (0)