Skip to content

Commit

Permalink
directory fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rilesdun committed Sep 17, 2023
1 parent 1bdc5dd commit 68852c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json_to_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 68852c1

Please sign in to comment.