Compare commits
6 Commits
96747ea720
...
renovate/s
Author | SHA1 | Date | |
---|---|---|---|
253cb5126e | |||
a991dbdfa1 | |||
877e89fc66 | |||
472870b2af | |||
2863c90c61 | |||
71ab59e8bc |
@ -23,7 +23,7 @@ jobs:
|
|||||||
no-fail: true
|
no-fail: true
|
||||||
|
|
||||||
- name: SonarQube Scan
|
- name: SonarQube Scan
|
||||||
uses: SonarSource/sonarqube-scan-action@v4.2.1
|
uses: SonarSource/sonarqube-scan-action@v5.3.0
|
||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
||||||
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
|
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
|
||||||
|
@ -4,8 +4,9 @@ LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
|||||||
|
|
||||||
ENV PIPX_BIN_DIR=/usr/local/bin
|
ENV PIPX_BIN_DIR=/usr/local/bin
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN add-apt-repository ppa:longsleep/golang-backports && \
|
||||||
apt-get install -y pipx && \
|
apt-get update && \
|
||||||
|
apt-get install -y golang-go pipx && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
pipx install poetry && \
|
pipx install poetry && \
|
||||||
pipx install uv
|
pipx install uv
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
],
|
],
|
||||||
"platformCommit": "enabled",
|
"platformCommit": "enabled",
|
||||||
"dependencyDashboardAutoclose": true,
|
"dependencyDashboardAutoclose": true,
|
||||||
"assignAutomerge": true,
|
"assignAutomerge": false,
|
||||||
"assigneesFromCodeOwners": true,
|
"assigneesFromCodeOwners": false,
|
||||||
"rebaseWhen": "behind-base-branch",
|
"rebaseWhen": "behind-base-branch",
|
||||||
"rollbackPrs": true,
|
"rollbackPrs": true,
|
||||||
"labels": [
|
"labels": [
|
||||||
|
Reference in New Issue
Block a user