Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Maffooch committed Jan 6, 2025
1 parent ff7bcf7 commit f250201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/tools/checkmarx_cxflow_sast/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def _get_findings_json(self, file, test):

map_paths[str(path.source.line)] = path

for detail_key in issue.get("details").keys():
for detail_key in issue.get("details"):
if detail_key not in map_paths:
logger.warning(f"{detail_key} not found in path, ignore")
else:
Expand Down

0 comments on commit f250201

Please sign in to comment.