Skip to content

Releases: gitricko/sonarless

v1.2

09 Jul 03:25
8130e1f
Compare
Choose a tag to compare

What's Changed

  • Switch to MIT License by @gitricko in #15
  • change version in README manually - add badges by @gitricko in #22
  • Upgrade SonarQube to 10.6-community by @gitricko in #23
  • Update action.yml - fix bugs by renamed metrics to metrics by @gitricko in #24

Full Changelog: v1.1...v1.2

v1.1

08 Jun 06:46
af9db33
Compare
Choose a tag to compare

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

03 Jun 04:44
dcbd067
Compare
Choose a tag to compare

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
  • 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

01 Jun 19:53
2c58164
Compare
Choose a tag to compare

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.