Skip to content

vmandava6106/docker-sonarqube-mobile-ci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-sonarqube-mobile-ci

Dockerized SonarQube for mobile projects and CI+CD pipelines - Android (Java, Kotlin), iOS (Swift)

This repository contains the Dockerfile of the dpal/docker-sonarqube-mobile-ci image, built on official SonarQube image, extended with plugins recommended for native mobile apps.

Common plugins

  • sonar-scm-git-plugin
  • sonar-github-plugin
  • sonar-checkstyle
  • sonar-pmd
  • sonar-findbugs
  • sonar-jacoco-plugin

Android plugin

Kotlin plugin

Swfit plugin

Usage

Prerequisites

Pull image

From Docker Hub

docker pull dpal/docker-sonarqube-mobile-ci:latest

Or build from GitHub

docker build -t dpal/docker-sonarqube-mobile-ci github.com/paldom/docker-sonarqube-mobile-ci

Run docker image

Here's an example how to run this docker container:

docker run -d --name sonarqube -p 9000:9000 dpal/docker-sonarqube-mobile-ci

For advanced usage and more details see official guide.

About

Dockerized SonarQube for mobile projects - Android (Java, Kotlin), iOS (Swift)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 89.8%
  • Dockerfile 10.2%