Giter VIP home page Giter VIP logo

sonarqube's Introduction

sonarqube

Docker container with sonar and sonar scanner. A simple way to test PHP project. SonarQube is an open source platform for continuous inspection of code quality.

Version

Dependencies Linux 4.4.0-47-generic amd64 Java 1.8.0_111 Oracle Corporation (64-bit) SonarQube:latest 6.1 SonarQube Scanner 2.8 - Compatible with SonarQube 5.6+ (LTS) http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner Php Plugin 2.9.1 - Compatible with SonarQube 5.6+ (LTS) http://docs.sonarqube.org/display/PLUG/PHP+Plugin

Run SonarQube The server is started this way: $ docker run -d --name sonarqube -p 9000:9000 -p 9092:9092 -v "$PWD":/root/src jayse/sonarqube You can run a simple scanner : $ docker exec -it sonarqube bash $ bin/sonar-scanner -D sonar.projectKey=HelloWorld -D sonar.sources=/root/src/ -D sonar.projectBaseDir=/root/src/ -D sonar.language=php -D sonar.scm.disabled=true

This image is updated via pull requests to the GitHub repo https://github.com/jayseGitHub/sonarqube.

The Git repo of the image for SonarQube https://hub.docker.com/r/jayse/sonarqube/. See the Hub page for the full readme on how to use the Docker image.

sonarqube's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.