Skip to content

Commit

Permalink
fixed json response
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Jadhav <[email protected]>
  • Loading branch information
nyrahul committed Apr 29, 2024
1 parent c88c778 commit 6c21d9b
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 6c21d9b

Please sign in to comment.