File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 🤞
5151RUN 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
5454COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs/
5555COPY --from=builder /etc/ssl/cert.pem /etc/ssl/cert.pem
Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ dockerfile:
2222 - USER 42438:42438
2323
2424golang :
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
2830golangciLint :
You can’t perform that action at this time.
0 commit comments