From edb8ada98c3e9a655134ae70d5d7c96f4ed894a2 Mon Sep 17 00:00:00 2001 From: colin-mueller-sonarsource Date: Thu, 9 Dec 2021 10:53:33 +0100 Subject: [PATCH] Add link to sample repo with more examples (#30) Co-authored-by: Janos Gyerik --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e4f744f..7275d2d 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,9 @@ In case you need to add additional analysis parameters, you can use the `args` o More information about possible analysis parameters is found in the documentation at: https://sonarcloud.io/documentation/analysis/analysis-parameters/ +See also example configurations at: +https://github.com/sonarsource/sonarcloud-github-action-samples/ + ### Secrets - `SONAR_TOKEN` – **Required** this is the token used to authenticate access to SonarCloud. You can generate a token on your [Security page in SonarCloud](https://sonarcloud.io/account/security/). You can set the `SONAR_TOKEN` environment variable in the "Secrets" settings page of your repository.