Skip to content

Commit

Permalink
Merge pull request #15 from nyrahul/main
Browse files Browse the repository at this point in the history
fixed json response
  • Loading branch information
nyrahul authored Apr 29, 2024
2 parents c88c778 + 6c21d9b commit e308660
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sast-job/sq-job.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def _build_issues_string(issues, auth_token, results, sonar_url, hotspots=False)
success = True
except Exception as e:
time.sleep(5)
data = data.json()
if "rule" in data:
rule = data["rule"]
if "name" in rule:
Expand Down

0 comments on commit e308660

Please sign in to comment.