Skip to content

Commit

Permalink
🐛 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Jun 21, 2024
1 parent a08b47f commit 9a95941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/tools/deepfence_threatmapper/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_findings(self, filename, test):
workbook = load_workbook(filename)
worksheet = workbook.active
findings = []
headers = []
headers = {}
first = True
for row in worksheet.iter_rows(min_row=1, values_only=True):
if first:
Expand Down

0 comments on commit 9a95941

Please sign in to comment.