Skip to content

0.0.7

Compare
Choose a tag to compare
@headcr4sh headcr4sh released this 03 Oct 19:52
· 241 commits to main since this release

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'