Skip to content

Commit

Permalink
Update sonarqube.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Dec 10, 2023
1 parent e43fbca commit d32c05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobsfscan/formatters/sonarqube.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_sonarqube_issue(mobsfscan_issue):
}
location = {
'message': issue_data['description'],
'filePath': "",
'filePath': '',
'textRange': text_range,
}
primary_location = location
Expand Down

0 comments on commit d32c05a

Please sign in to comment.