Show HN: Sonarless – Ditch the Setup, Scan Code Instantly with CLI and GH Action
9 points| gitricko | 1 year ago |github.com | reply
Key Features:
- Easy Installation: Just run `curl -s "https://raw.githubusercontent.com/gitricko/sonarless/main/in..." | bash`
- Simple Scanning: Run `sonarless scan` from your git root to start scanning and improving your code quality. No need to wait for your admin to set up SonarQube for you.
- GitHub Actions Integration: Sonarless GitHub Actions enable you to incorporate code scanning into your CI pipeline without needing a hosted server. Unlike most SonarQube GitHub Actions that require a hosted service, Sonarless eliminates this hassle, allowing you to track your code quality through a metrics JSON file.
- Monitor Code Quality: Use `sonarless results` and simple jq commands to monitor your code quality metrics effortlessly. You can also log in to your local SonarQube instance via http://localhost:9000 (admin/sonarless). The SonarQube web UI provides suggestions to ensure your code is clean and secure, helping you improve your code as part of your workflow.
Check out my GitHub repository for usage examples and more details. It's designed to be very straightforward and easy to integrate into your workflow.
I'd love to hear your feedback and thoughts!
[+] [-] himangshuj|1 year ago|reply