Skip to content

Releases: cathive/concourse-sonarqube-resource

0.0.20

04 Jan 10:14
Compare
Choose a tag to compare

Changelog

Added

  • Support for SonarQube/SonarCloud organizations. (#8)

Usage

 resource_types:
 - name: sonar-runner
  type: docker-image
  source:
    repository: cathive/concourse-sonarqube-resource
    tag: "0.0.20"

0.0.7

03 Oct 19:52
Compare
Choose a tag to compare

About this release

This is the first public release of the concourse-sonarqube-resource that can be used to perform analysis of your projects using sonar-runner and SonarQube.

Configuration

Add the resource type to your Concourse CI pipeline:

resource_types:
- name: sonar-runner
  type: docker-image
  source:
    repository: cathive/concourse-sonarqube-resource
    tag: '0.0.7'