From 161a9b7b3be4fb840686e4123c60785a8c840145 Mon Sep 17 00:00:00 2001 From: Aleksandra Bozhinoska Date: Wed, 20 May 2026 18:01:27 +0200 Subject: [PATCH 1/2] SC-48983 Set correct project key to fix sca check --- .github/repo-metadata.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/repo-metadata.yaml diff --git a/.github/repo-metadata.yaml b/.github/repo-metadata.yaml new file mode 100644 index 0000000..1cf839f --- /dev/null +++ b/.github/repo-metadata.yaml @@ -0,0 +1,2 @@ +check-sca: + project-key: SonarSource_sonar-scanner-cli-docker_AYc24KKjsMmHG0qPXLZ9 From 40bdd82eefbb91d1ce442de7622be27eb2ad295d Mon Sep 17 00:00:00 2001 From: Aleksandra Bozhinoska Date: Wed, 20 May 2026 18:25:54 +0200 Subject: [PATCH 2/2] Fix open SQS issue --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5413b0..ca872b5 100755 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN \ && dnf install -y python3.13 \ && ln -s /usr/bin/python3.13 /usr/local/bin/python3 \ && python3 -m ensurepip --upgrade \ - && pip3 install --no-cache-dir poetry==2.3.2 \ + && pip3 install --no-cache-dir --only-binary=poetry poetry==2.3.2 \ && pip3 cache purge \ && dnf clean all \ && set -eux \