Compare commits
1 Commits
main
...
8948b67273
Author | SHA1 | Date | |
---|---|---|---|
8948b67273 |
@ -23,7 +23,7 @@ jobs:
|
|||||||
no-fail: true
|
no-fail: true
|
||||||
|
|
||||||
- name: SonarQube Scan
|
- name: SonarQube Scan
|
||||||
uses: SonarSource/sonarqube-scan-action@v5.2.0
|
uses: SonarSource/sonarqube-scan-action@v5.0.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,9 +4,8 @@ LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
|||||||
|
|
||||||
ENV PIPX_BIN_DIR=/usr/local/bin
|
ENV PIPX_BIN_DIR=/usr/local/bin
|
||||||
|
|
||||||
RUN add-apt-repository ppa:longsleep/golang-backports && \
|
RUN apt-get update && \
|
||||||
apt-get update && \
|
apt-get install -y pipx && \
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user