Skip to content

Commit a6d626c

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 0fc42e0 commit a6d626c

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: make build-all
3838
code_coverage:
3939
name: Code coverage report
40-
if: github.event_name == 'pull_request'
40+
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
4141
needs:
4242
- test
4343
runs-on: large_runner_16core_64gb

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ FROM alpine:3.23
4949
# upgrade all installed packages to fix potential CVEs in advance
5050
# also remove apk package manager to hopefully remove dependency on OpenSSL 🤞
5151
RUN apk upgrade --no-cache --no-progress \
52-
&& apk del --no-cache --no-progress apk-tools alpine-keys musl-utils
52+
&& apk del --no-cache --no-progress apk-tools musl-utils
5353

5454
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs/
5555
COPY --from=builder /etc/ssl/cert.pem /etc/ssl/cert.pem

Makefile.maker.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ dockerfile:
2222
- USER 42438:42438
2323

2424
golang:
25-
autoupdateableDeps: ^github.com/(?:sapcc|sap-cloud-infrastructure)/
25+
autoupdateDependencies:
26+
enabled: true
27+
matchModule: ^github.com/(?:sapcc|sap-cloud-infrastructure)/
2628
setGoModVersion: true
2729

2830
golangciLint:

0 commit comments

Comments
 (0)