You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update SonarQube Community Server and CLI scanner version (#26)
* Upgrade Docker to 25.5 and change passwd
* update CLI version to 11.3
* test last release
* using branch name to run latest action code
* rename actions
* Change password

6
6
7
-
# Sonarless v1.2
7
+
# Sonarless v1.3
8
8
9
9
This developer-friendly CLI and GitHub Action enable SonarQube scanning for your repository without the need for a dedicated hosted SonarQube server. It starts a SonarQube Docker instance, allowing developers to scan code, check results, and generate a JSON metrics file for automation. This ensures you can easily assess and maintain the quality of your code.
10
10
@@ -49,7 +49,7 @@ Enjoy!!!
49
49
To understand CLI sub-commands, just run `sonarless help`
50
50
51
51
Usually, you only need to know 2 sub-commands
52
-
-`sonarless scan`: to start scanning your code in the current directory will be uploaded for scanning. When the scan is done, just login webui into your local personal instance of sonarqube via [http://localhost:9234](http://localhost:9234) to get details from SonarQube. The default password for `admin` is `sonarless`
52
+
-`sonarless scan`: to start scanning your code in the current directory will be uploaded for scanning. When the scan is done, just login webui into your local personal instance of sonarqube via [http://localhost:9234](http://localhost:9234) to get details from SonarQube. The default password for `admin` is `Son@rless123`
53
53
54
54
-`sonarless results`: to generate `sonar-metrics.json` metrics file in your current directory
55
55
@@ -62,7 +62,7 @@ This CLI works perfectly with Github CodeSpace
0 commit comments