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 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 \