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 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
Original file line number Diff line number Diff 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 🤞
5454RUN 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
5757COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs/
5858COPY --from=builder /etc/ssl/cert.pem /etc/ssl/cert.pem
Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ dockerfile:
2020 runAsRoot : false
2121
2222golang :
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
2628golangciLint :
You can’t perform that action at this time.
0 commit comments