Skip to content

Commit

Permalink
Merge pull request #74 from MobSF/ajinabraham-patch-1
Browse files Browse the repository at this point in the history
Update sonarqube.py
  • Loading branch information
ajinabraham authored Dec 10, 2023
2 parents e43fbca + d32c05a commit 0f50f4e
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 0f50f4e

Please sign in to comment.