From 68852c18025657979d28cce121d7840473476d9c Mon Sep 17 00:00:00 2001 From: rilesdun Date: Sun, 17 Sep 2023 23:22:43 +0000 Subject: [PATCH] directory fixes --- json_to_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_to_html.py b/json_to_html.py index 8962886..b3308d8 100644 --- a/json_to_html.py +++ b/json_to_html.py @@ -54,4 +54,4 @@ def json_to_html(input_file, output_file): f.write(html_content) if __name__ == "__main__": - json_to_html('bandit-report.json', 'bandit-report.html') + json_to_html('bandit-security-report/bandit-report.json', 'bandit-security-report/bandit-report.html')