From c7f7c25d4114527c3634c44d19d47674909b51b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20PR=C3=89VOST?= Date: Fri, 4 Oct 2019 16:55:48 +0200 Subject: [PATCH] Add support of project base dir from env --- README.md | 10 +++++++++- action.yml | 5 +++++ entrypoint.sh | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3424fe4..6e0d0b9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Using this GitHub Action, scan your code with [SonarCloud](https://sonarcloud.io -SonarCloud is the leading product for Continuous Code Quality & Code Security online, totally free for open-source projects. It supports all major programming languages, including Java, JavaScript, TypeScript, C#, C/C++ and many more. If your code is closed source, SonarCloud also offers a paid plan to run private analyses +SonarCloud is the leading product for Continuous Code Quality & Code Security online, totally free for open-source projects. It supports all major programming languages, including Java, JavaScript, TypeScript, C#, C/C++ and many more. If your code is closed source, SonarCloud also offers a paid plan to run private analyses. ## Requirements @@ -24,6 +24,14 @@ sonar.projectKey=