From 966e972dfb57c36ea3baa115bbfea156a9454140 Mon Sep 17 00:00:00 2001 From: Anita Stanisz <106669481+anita-stanisz-sonarsource@users.noreply.github.com> Date: Wed, 16 Nov 2022 14:33:33 +0100 Subject: [PATCH] Sc-5971 Add branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) 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.'