From cc7ffd578d505a7147c563f4c9b814ea6e2ee5a3 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Tue, 13 Aug 2019 09:38:59 +0200 Subject: [PATCH] Add action.yml for action-v2 needs --- action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..52d19dc --- /dev/null +++ b/action.yml @@ -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'