Skip to content

Commit 80fff7f

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent e5128fd commit 80fff7f

4 files changed

Lines changed: 6 additions & 4 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

.github/workflows/helm-oci-package-ghcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
fetch-tags: true
3030
- name: Install Helm
31-
uses: azure/setup-helm@v5
31+
uses: azure/setup-helm@v4
3232
- name: Lint Helm Chart
3333
run: helm lint charts/openstack-hypervisor-operator
3434
- name: Package Helm Chart

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN addgroup -g 4200 appgroup \
5252
# upgrade all installed packages to fix potential CVEs in advance
5353
# also remove apk package manager to hopefully remove dependency on OpenSSL 🤞
5454
RUN apk upgrade --no-cache --no-progress \
55-
&& apk del --no-cache --no-progress apk-tools alpine-keys musl-utils
55+
&& apk del --no-cache --no-progress apk-tools musl-utils
5656

5757
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs/
5858
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
@@ -20,7 +20,9 @@ dockerfile:
2020
runAsRoot: false
2121

2222
golang:
23-
autoupdateableDeps: ^github.com/(?:sapcc|sap-cloud-infrastructure|cobaltcore-dev)/
23+
autoupdateDependencies:
24+
enabled: true
25+
matchModule: ^github.com/(?:sapcc|sap-cloud-infrastructure|cobaltcore-dev)/
2426
setGoModVersion: true
2527

2628
golangciLint:

0 commit comments

Comments
 (0)