Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 676 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 676 Bytes

Sonarqube integrations

Convenience scripts to integrate SonarQube scanners. They're meant to be used primarily in CI environments.

JavasScript / TypeScript

curl -o- https://raw.githubusercontent.com/learningtapestry/sonarqube-integrations/master/scanner-js.sh | bash

or

wget -qO- https://raw.githubusercontent.com/learningtapestry/sonarqube-integrations/master/scanner-js.sh | bash

Ruby

curl -o- https://raw.githubusercontent.com/learningtapestry/sonarqube-integrations/master/scanner-ruby.sh | bash

or

wget -qO- https://raw.githubusercontent.com/learningtapestry/sonarqube-integrations/master/scanner-ruby.sh | bash