Skip to content

Commit

Permalink
SP-1392 - Decomission SonarQube #patch (#285)
Browse files Browse the repository at this point in the history
* SP-1392 - Decomission SonarQube #patch
* SP-1392 - Patch Container Vulnerabilities #patch
  • Loading branch information
sixdaysandy committed Feb 15, 2023
1 parent 23873ac commit 107fdf0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ jobs:
check_name: "Unit Test Results"
files: test-results/*.xml

- name: Scan with SonarQube
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

lint:
name: GO lint
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion docker/sirius-deputy-hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,14 @@ COPY . .

RUN go build -a -installsuffix cgo -o /go/bin/opg-sirius-supervision-deputy-hub

FROM alpine:3.17.0
FROM alpine:latest

WORKDIR /go/bin

RUN apk --update --no-cache add \
ca-certificates && \
apk upgrade busybox --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main && \
apk upgrade libcrypto3 libssl3 && \
rm -rf /var/cache/apk/*
RUN apk --no-cache add tzdata

Expand Down
8 changes: 0 additions & 8 deletions sonar-project.properties

This file was deleted.

0 comments on commit 107fdf0

Please sign in to comment.