Releases: gitricko/sonarless
v1.3: Update SonarQube Community Server and CLI scanner version (#26)
What's Changed
Check PR: #26
v1.2
v1.1
What's Changed
- Sonar Extension: ShellCheck and Mac Support for it
- Customization for Docker Images used in this project (SonarQube Server and Scanner)
- Enable codacy action to check on this repo (on top of sonarqube)
- Enable check on # issues from metrics (mainly from shellcheck), break build more issue found above baseline of 2
Full Changelog: v1...v1.1
v1 - official release
What's Changed
- Created a simple shell CLI so that developer can scan code easily on thier machine.
- To install:
curl -s "https://raw.githubusercontent.com/gitricko/sonarless/main/install.sh" | bash
- To install:
- GHA-CI to test above cli
What is Sonarless ?
Enable developers to do continuous code inspection serverlessly (without hosted server) for GitHub Actions
This action and its developer friendly helper scripts enable sonarqube scanning for your repository without a need of a dedicated hosted sonarqube server. It boots up a sonarqube docker instance and enable developers to scan checkout code and give a metric json so that you can check the quality of the code.
v0 - pre-release testing
Sonarless v0
Enable developers to do continuous code inspection serverlessly in GitHub Actions
This action and its developer friendly helper scripts enable sonarqube scanning for your repository without a need of a dedicated hosted sonarqube server. It boots up a sonarqube docker instance and enable developers to scan checkout code and give a metric json so that you can check the quality of the code.