Skip to content

Commit 297227e

Browse files
authored
PYSCAN-57: Update scanner cli version to 5.0.1.3006 (#49)
1 parent 5e2bb56 commit 297227e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# pysonar
22
A wrapper around SonarScanner CLI, available on PyPI.
33

4+
# Requirements
5+
6+
- SonarQube v9.9 or higher
7+
- Python 3.8 or above
8+
49
# Installation
510

611
Install with pip:

src/pysonar/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 = "4.6.2.2472"
44+
self.sonar_scanner_version = "5.0.1.3006"
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)