localhost sonarqube
v1.1.2
tl; dr•大約•免責聲明•入門•下載•如何使用•命令•常見問題
有用的提示•ChangElog•貢獻•安全漏洞•信用•贊助商•許可證
Localhost Sonarqube提供了一個輕巧的命令行界面,用於與Sonarqube社區版進行交互,並在Docker環境中與Sonarscanner( CLI )分析您的源代碼。
~/.bashrc或~/.zshrc中配置bash別名,該別名允許您更輕鬆地執行Localhost Sonarqube Shell腳本。 # Clone this repository.
$ git clone [email protected]:luisaveiro/localhost-sonarqube.git
# Create Alias
alias sonarqube= ' bash ~/localhost-sonarqube/sonarqube '
# Start SonarQube Docker containers.
$ sonarqube upLocalhost Sonarqube提供了一個輕巧的命令行界面,用於與Sonarqube社區版進行交互,並在Docker環境中與Sonarscanner( CLI )分析您的源代碼。
Sonarqube Shell腳本提供了方便的CLI命令,用於與Compose.yaml文件定義的Docker容器進行交互。它還提供了一種複制Sonarscanner配置模板( Sonar-Project.properties )的方法,以簡化設置。
Sonarqube是Sonarsource開發的一個開源平台,用於連續檢查代碼質量,以通過對代碼進行靜態分析進行自動評論,以檢測20多種編程語言上的錯誤,代碼氣味和安全漏洞。
麻省理工學院許可證(麻省理工學院)。請參閱許可證文件以獲取更多信息。
github•LinkedIn•Twitter