We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bfa93 commit 0d0689cCopy full SHA for 0d0689c
src/pysonar_scanner/configuration.py
@@ -41,7 +41,7 @@ class Configuration:
41
def __init__(self):
42
self.log = ApplicationLogger.get_logger()
43
self.sonar_scanner_path = ".scanner"
44
- self.sonar_scanner_version = "5.0.1.3006"
+ self.sonar_scanner_version = "6.0.0.4432"
45
self.sonar_scanner_executable_path = ""
46
self.scan_arguments = []
47
self.wrapper_arguments = argparse.Namespace(debug=False, read_project_config=False)
0 commit comments