Skip to content

Commit abdad88

Browse files
BOT: run 'make upgrade-klone' and 'make generate'
Signed-off-by: cert-manager-bot <[email protected]>
1 parent 0409c2e commit abdad88

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

klone.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,70 +10,70 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 66c701b603b3136524e923ab55fb5885b3377cf3
13+
repo_hash: 563ddf86f3e68085fbf926eb2cc7a4ec0c6d58cd
1414
repo_path: modules/boilerplate
1515
- folder_name: cert-manager
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: 66c701b603b3136524e923ab55fb5885b3377cf3
18+
repo_hash: 563ddf86f3e68085fbf926eb2cc7a4ec0c6d58cd
1919
repo_path: modules/cert-manager
2020
- folder_name: controller-gen
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: 66c701b603b3136524e923ab55fb5885b3377cf3
23+
repo_hash: 563ddf86f3e68085fbf926eb2cc7a4ec0c6d58cd
2424
repo_path: modules/controller-gen
2525
- folder_name: generate-verify
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: 66c701b603b3136524e923ab55fb5885b3377cf3
28+
repo_hash: 563ddf86f3e68085fbf926eb2cc7a4ec0c6d58cd
2929
repo_path: modules/generate-verify
3030
- folder_name: go
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: 66c701b603b3136524e923ab55fb5885b3377cf3
33+
repo_hash: 563ddf86f3e68085fbf926eb2cc7a4ec0c6d58cd
3434
repo_path: modules/go
3535
- folder_name: helm
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 66c701b603b3136524e923ab55fb5885b3377cf3
38+
repo_hash: 563ddf86f3e68085fbf926eb2cc7a4ec0c6d58cd
3939
repo_path: modules/helm
4040
- folder_name: help
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: 66c701b603b3136524e923ab55fb5885b3377cf3
43+
repo_hash: 563ddf86f3e68085fbf926eb2cc7a4ec0c6d58cd
4444
repo_path: modules/help
4545
- folder_name: kind
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: 66c701b603b3136524e923ab55fb5885b3377cf3
48+
repo_hash: 563ddf86f3e68085fbf926eb2cc7a4ec0c6d58cd
4949
repo_path: modules/kind
5050
- folder_name: klone
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: 66c701b603b3136524e923ab55fb5885b3377cf3
53+
repo_hash: 563ddf86f3e68085fbf926eb2cc7a4ec0c6d58cd
5454
repo_path: modules/klone
5555
- folder_name: licenses
5656
repo_url: https://github.com/cert-manager/makefile-modules.git
5757
repo_ref: main
58-
repo_hash: 66c701b603b3136524e923ab55fb5885b3377cf3
58+
repo_hash: 563ddf86f3e68085fbf926eb2cc7a4ec0c6d58cd
5959
repo_path: modules/licenses
6060
- folder_name: oci-build
6161
repo_url: https://github.com/cert-manager/makefile-modules.git
6262
repo_ref: main
63-
repo_hash: 66c701b603b3136524e923ab55fb5885b3377cf3
63+
repo_hash: 563ddf86f3e68085fbf926eb2cc7a4ec0c6d58cd
6464
repo_path: modules/oci-build
6565
- folder_name: oci-publish
6666
repo_url: https://github.com/cert-manager/makefile-modules.git
6767
repo_ref: main
68-
repo_hash: 66c701b603b3136524e923ab55fb5885b3377cf3
68+
repo_hash: 563ddf86f3e68085fbf926eb2cc7a4ec0c6d58cd
6969
repo_path: modules/oci-publish
7070
- folder_name: repository-base
7171
repo_url: https://github.com/cert-manager/makefile-modules.git
7272
repo_ref: main
73-
repo_hash: 66c701b603b3136524e923ab55fb5885b3377cf3
73+
repo_hash: 563ddf86f3e68085fbf926eb2cc7a4ec0c6d58cd
7474
repo_path: modules/repository-base
7575
- folder_name: tools
7676
repo_url: https://github.com/cert-manager/makefile-modules.git
7777
repo_ref: main
78-
repo_hash: 66c701b603b3136524e923ab55fb5885b3377cf3
78+
repo_hash: 563ddf86f3e68085fbf926eb2cc7a4ec0c6d58cd
7979
repo_path: modules/tools

make/_shared/go/01_mod.mk

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ generate-go-mod-tidy: | $(NEEDS_GO)
5757

5858
shared_generate_targets += generate-go-mod-tidy
5959

60-
default_govulncheck_generate_base_dir := $(dir $(lastword $(MAKEFILE_LIST)))/base/
60+
ifndef govulncheck_skip
6161

62+
default_govulncheck_generate_base_dir := $(dir $(lastword $(MAKEFILE_LIST)))/base/
6263
# The base directory used to copy the govulncheck GH action from. This can be
6364
# overwritten with an action with extra authentication or with a totally different
6465
# pipeline (eg. a GitLab pipeline).
@@ -68,10 +69,6 @@ govulncheck_generate_base_dir ?= $(default_govulncheck_generate_base_dir)
6869
# being run on every fork of the repo.
6970
govulncheck_generate_org ?= cert-manager
7071

71-
# Any closed-source or inaccessible Go modules that should be ignored by govulncheck; not needed
72-
# for most open-source projects.
73-
govulncheck_goprivate ?=
74-
7572
.PHONY: generate-govulncheck
7673
## Generate base files in the repository
7774
## @category [shared] Generate/ Verify
@@ -101,11 +98,13 @@ verify-govulncheck: | $(NEEDS_GOVULNCHECK)
10198
target=$$(dirname $${d}); \
10299
echo "Running 'GOTOOLCHAIN=go$(VENDORED_GO_VERSION) $(bin_dir)/tools/govulncheck ./...' in directory '$${target}'"; \
103100
pushd "$${target}" >/dev/null; \
104-
GOPRIVATE=$(govulncheck_goprivate) GOTOOLCHAIN=go$(VENDORED_GO_VERSION) $(GOVULNCHECK) ./... || exit; \
101+
GOTOOLCHAIN=go$(VENDORED_GO_VERSION) $(GOVULNCHECK) ./... || exit; \
105102
popd >/dev/null; \
106103
echo ""; \
107104
done
108105

106+
endif # govulncheck_skip
107+
109108
ifdef golangci_lint_config
110109

111110
.PHONY: generate-golangci-lint-config

0 commit comments

Comments
 (0)