Docker image to run Sonar Scanner for .NET in Azure Pipelines container jobs.
This image can be used to run Sonar Scanner CLI in Azure Pipelines container jobs.
To use the image in an Azure Pipelines Container Job, add one of the following example tasks and use it with the container
property.
The following example shows the container used for a deployment step which shows .NET version:
- stage: Build
jobs:
- job: Build
steps:
- task: SonarCloudPrepare@1
displayName: 'Prepare analysis configuration'
target: swissgrc/azure-pipelines-sonarscannermsbuild:8-unstable
inputs:
SonarCloud: 'SonarCloud'
organization: 'myOrganization'
scannerMode: 'MSBuild'
projectKey: 'my-project'
projectName: 'MyProject'
- bash: |
dotnet build
displayName: "Build"
target: swissgrc/azure-pipelines-sonarscannermsbuild:8-unstable
- task: SonarCloudAnalyze@1
displayName: 'Run SonarCloud analysis'
target: swissgrc/azure-pipelines-sonarscannermsbuild:8-unstable
Tag | Description | Base Image | .NET SDK | NodeJS | Git | Git LFS | Size |
---|---|---|---|---|---|---|---|
8-unstable | Latest unstable release (from develop branch) |
swissgrc/azure-pipelines-openjdk:17.0.12.0 | 8.0.404 | 22.12.0 | 2.39.5-0+deb12u1 | 3.6.0 |