diff --git a/action.yml b/action.yml index a629bed..9213418 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'SonarCloud Scan C/C++ addition' description: 'Scan your C/C++ code with SonarCloud to detect bugs, vulnerabilities and code smells.' +branding: + icon: check + color: green inputs: installation-path: description: 'Directory where the sonnar-scanner and build wrapper will be installed. Created if does not exists.'