Skip to content

Commit

Permalink
Merge pull request #54 from cnescatlab/Update/sq_version
Browse files Browse the repository at this point in the history
Update tests python plugins and update sonarqube version
  • Loading branch information
louisjdmartin authored Jun 4, 2024
2 parents d2f4163 + 0e7f7d8 commit 0aacb07
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 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.4-community
FROM sonarqube:9.9.5-community

LABEL maintainer="CATLab"

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

![](https://github.com/cnescatlab/sonarqube/workflows/CI/badge.svg)
![](https://github.com/cnescatlab/sonarqube/workflows/CD/badge.svg)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2a4a53f54ae94bd69d66a7690b95612f)](https://www.codacy.com/gh/cnescatlab/sonarqube?utm_source=github.com&utm_medium=referral&utm_content=lequal/sonarqube&utm_campaign=Badge_Grade)

> Docker image for SonarQube with pre-configured plugins and settings by CNES dedicated to Continuous Integration.
Expand Down
12 changes: 6 additions & 6 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
attrs==23.2.0
certifi==2024.2.2
certifi==2024.6.2
chardet==5.2.0
requests==2.31.0
docker==7.0.0
requests==2.32.3
docker==7.1.0
idna==3.7
iniconfig==2.0.0
more-itertools==10.2.0
packaging==24.0
pluggy==1.4.0
pluggy==1.5.0
py==1.11.0
pyparsing==3.1.2
pytest==8.1.1
pytest==8.2.1
six==1.16.0
toml==0.10.2
urllib3==2.2.1
websocket-client==1.7.0
websocket-client==1.8.0

0 comments on commit 0aacb07

Please sign in to comment.