Skip to content

ElateralLtd/sonarcloud-circleci-orb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sonarcloud-circleci-orb

Support of SonarScanner CLI in CircleCI

SonarQube Orb

The SonarQube Orb can be used with any linux based docker image that includes the command line tools curl and unzip.

To connect to your SonarCloud project on sonarcloud.io you need to setup an api token. We recommend to setup a CircleCI context in your organization named sonarcloud that contains a variable with key SONAR_TOKEN and the api token as the value.

Usage examples

version: 2.1
orbs:
  sonarqube: elateral/sonarqube-scanner@1.2.0
jobs:
  build:
    docker:
      - image: 'circleci/python:3.7.4'
    steps:
    - checkout
    - sonarqube/scan
workflows:
  my-workflow:
    jobs:
      - build:
          context: sonarqube

Publishing a new version

To publish a new version of the orb you need to change the version found in .circleci/config.yml to the new version. The CirceCI build pipeline will then publish the new version of the orb.

About

Support of SonarScanner CLI in CircleCI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published