From a61e52941cfea2466c8f2b61b4064539aa5d21bf Mon Sep 17 00:00:00 2001 From: Fred Tingaud Date: Tue, 28 Oct 2025 12:20:09 +0100 Subject: [PATCH] [NFC]Add comment to not add a repository in coverage that was not authorized --- rspec-tools/rspec_tools/coverage.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/rspec-tools/rspec_tools/coverage.py b/rspec-tools/rspec_tools/coverage.py index 4fa63c10ec4..e87641049c1 100644 --- a/rspec-tools/rspec_tools/coverage.py +++ b/rspec-tools/rspec_tools/coverage.py @@ -9,6 +9,13 @@ from rspec_tools.utils import load_json, pushd + +# ^ +# / ! \ +# /_____\ +# If you want to add a repository in that list, you first need to add the repository to the list of authorized +# repositories of pipeline/SonarSource/repositories/rspec/secrets/github/customs +# in https://github.com/SonarSource/re-terraform-aws-vault/blob/master/orders/analysis-cfamily-squad.yaml REPOS = [ "sonar-abap", "sonar-apex", @@ -41,6 +48,13 @@ "sonar-vb", "sonar-xml", ] +# ^ +# / ! \ +# /_____\ +# If you want to add a repository in that list, you first need to add the repository to the list of authorized +# repositories of pipeline/SonarSource/repositories/rspec/secrets/github/customs +# in https://github.com/SonarSource/re-terraform-aws-vault/blob/master/orders/analysis-cfamily-squad.yaml + CANONICAL_NAMES = { "CLOUD_FORMATION": "CLOUDFORMATION",