mirror of
https://github.com/sonarsource/sonarcloud-github-action.git
synced 2026-06-06 10:47:09 +00:00
8 lines
246 B
YAML
8 lines
246 B
YAML
name: 'SonarCloud Scan'
|
|
description: 'Scan your code with SonarCloud to detect bugs, vulnerabilities and code smells in more than 25 programming languages.'
|
|
branding:
|
|
icon: 'check'
|
|
color: 'green'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|