Skip to content

Commit 0d0689c

Browse files
authored
PYSCAN-70 Update sonar-scanner-cli version to 6.0.0.4432 (#70)
1 parent a6bfa93 commit 0d0689c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pysonar_scanner/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Configuration:
4141
def __init__(self):
4242
self.log = ApplicationLogger.get_logger()
4343
self.sonar_scanner_path = ".scanner"
44-
self.sonar_scanner_version = "5.0.1.3006"
44+
self.sonar_scanner_version = "6.0.0.4432"
4545
self.sonar_scanner_executable_path = ""
4646
self.scan_arguments = []
4747
self.wrapper_arguments = argparse.Namespace(debug=False, read_project_config=False)

0 commit comments

Comments
 (0)