Skip to content

Commit

Permalink
Merge pull request #75 from cnescatlab/update_sonarqube-9.9.3
Browse files Browse the repository at this point in the history
Update sonarqube to 9.9.3-community
  • Loading branch information
louisjdmartin authored Dec 15, 2023
2 parents 67f043b + 9c96ba6 commit 6e5e83d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This image is based on a LTS version of SonarQube
FROM sonarqube:9.9.1-community
FROM sonarqube:9.9.3-community

LABEL maintainer="CNES CAT Lab"

Expand Down
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,23 +122,23 @@ You can run an analysis with the classic method by using one of scanners provide
| Tools | Versions |
| --------------------------- | ---------- |
| :new: SonarQube | 9.9.1 |
| :new: Sonar Scanner | 4.8.0.2856 |
| :new: Cppcheck | 2.10 |
| :new: i-Code CNES | 4.1.2 |
| :new: python3 | 3.9.2 |
| :new: pip | 20.3.4 |
| :new: setuptools-scm | 7.1.0 |
| :new: pytest-runner | 6.0.0 |
| :new: wrapt | 1.15.0 |
| :new: six | 1.16.0 |
| :new: lazy-object-proxy | 1.9.0 |
| :new: mccabe | 0.7.0 |
| :new: isort | 5.12.0 |
| :new: typed-ast | 1.5.4 |
| :new: astroid | 2.15.2 |
| :new: pylint | 2.17.2 |
| :new: cnes-pylint-extension | 6.0.0 |
| :new: SonarQube | 9.9.3 |
| Sonar Scanner | 4.8.0.2856 |
| Cppcheck | 2.10 |
| i-Code CNES | 4.1.2 |
| python3 | 3.9.2 |
| pip | 20.3.4 |
| setuptools-scm | 7.1.0 |
| pytest-runner | 6.0.0 |
| wrapt | 1.15.0 |
| six | 1.16.0 |
| lazy-object-proxy | 1.9.0 |
| mccabe | 0.7.0 |
| isort | 5.12.0 |
| typed-ast | 1.5.4 |
| astroid | 2.15.2 |
| pylint | 2.17.2 |
| cnes-pylint-extension | 6.0.0 |
| make | 4.3 |
| gcc | 4:10.1.0 |
| ShellCheck | 0.7.1 |
Expand Down

0 comments on commit 6e5e83d

Please sign in to comment.