Skip to content

rucciva/drone-sonar-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Drone sonar scanner plugin

Run sonar-scanner on the working directory

Test

docker run -it --rm \
    -v `pwd`:`pwd` \
    -w `pwd` \
    -e DRONE_REPO=user/project \
    -e DRONE_COMMIT_BRANCH=develop \
    -e DRONE_BUILD_NUMBER=1 \
    -e DRONE_REPO_SCM=git \
    -e PLUGIN_ADD_BRANCH_PREFIX=true \
    -e PLUGIN_URL=https://some.host.com \
    -e PLUGIN_TOKEN=sometoken \
    rucciva/drone-sonar-plugin:0.0.4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published