Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRIDEDIT-1036: Bump sonar scanner version #166

Merged
3 changes: 1 addition & 2 deletions scripts/download_sonar_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
Script used to download sonar tools
"""


import platform
import shutil
import zipfile
from pathlib import Path

import requests

SONAR_SCANNER_VERSION = "4.4.0.2170"
SONAR_SCANNER_VERSION = "5.0.1.3006"


def download_file(url: str, save_path: Path, chunk_size=128) -> None:
Expand Down
Loading