mirror of
https://github.com/sonarsource/sonarcloud-github-action.git
synced 2026-06-06 10:47:09 +00:00
Add action.yml for action-v2 needs
This commit is contained in:
parent
782b45beda
commit
cc7ffd578d
1 changed files with 8 additions and 0 deletions
8
action.yml
Normal file
8
action.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue